Home
last modified time | relevance | path

Searched refs:dest_off (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/arch/x86/xen/
Dsetup.c680 phys_addr_t dest_off, src_off, dest_len, src_len, len; in xen_phys_memcpy() local
684 dest_off = dest & ~PAGE_MASK; in xen_phys_memcpy()
687 if (dest_len > (NR_FIX_BTMAPS << PAGE_SHIFT) - dest_off) in xen_phys_memcpy()
688 dest_len = (NR_FIX_BTMAPS << PAGE_SHIFT) - dest_off; in xen_phys_memcpy()
693 to = early_memremap(dest - dest_off, dest_len + dest_off); in xen_phys_memcpy()
696 early_memunmap(to, dest_len + dest_off); in xen_phys_memcpy()
/Linux-v5.4/tools/objtool/
Dcheck.c551 unsigned long dest_off; in add_jump_destinations() local
565 dest_off = insn->offset + insn->len + insn->immediate; in add_jump_destinations()
568 dest_off = rela->addend + 4; in add_jump_destinations()
571 dest_off = rela->sym->sym.st_value + rela->addend + 4; in add_jump_destinations()
590 insn->jump_dest = find_insn(file, dest_sec, dest_off); in add_jump_destinations()
603 dest_off); in add_jump_destinations()
651 unsigned long dest_off; in add_call_destinations() local
661 dest_off = insn->offset + insn->len + insn->immediate; in add_call_destinations()
663 dest_off); in add_call_destinations()
714 unsigned long dest_off; in handle_group_alt() local
[all …]
/Linux-v5.4/fs/pstore/
Dram.c174 size_t dest_size, src_size, total, dest_off, src_off; in ftrace_log_combine() local
180 dest_off = dest->old_log_size % record_size; in ftrace_log_combine()
181 dest_size = dest->old_log_size - dest_off; in ftrace_log_combine()
191 drec = (struct pstore_ftrace_record *)(dest->old_log + dest_off); in ftrace_log_combine()
/Linux-v5.4/fs/cifs/
Dcifsglob.h446 u64 src_off, u64 len, u64 dest_off);
449 u64 dest_off);
Dsmb2ops.c1582 u64 len, u64 dest_off) in smb2_copychunk_range() argument
1617 pcchunk->TargetOffset = cpu_to_le64(dest_off); in smb2_copychunk_range()
1657 dest_off += bytes_written; in smb2_copychunk_range()
1830 u64 len, u64 dest_off) in smb2_duplicate_extents() argument
1845 dup_ext_buf.TargetFileOffset = cpu_to_le64(dest_off); in smb2_duplicate_extents()
1848 src_off, dest_off, len); in smb2_duplicate_extents()
1850 rc = smb2_set_file_size(xid, tcon, trgtfile, dest_off + len, false); in smb2_duplicate_extents()
/Linux-v5.4/drivers/ntb/
Dntb_transport.c1809 size_t dest_off, buff_off; in ntb_async_tx_submit() local
1817 dest_off = (size_t)dest & ~PAGE_MASK; in ntb_async_tx_submit()
1819 if (!is_dma_copy_aligned(device, buff_off, dest_off, len)) in ntb_async_tx_submit()