Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/xen/
Dsetup.c671 phys_addr_t dest_off, src_off, dest_len, src_len, len; in xen_phys_memcpy() local
675 dest_off = dest & ~PAGE_MASK; in xen_phys_memcpy()
678 if (dest_len > (NR_FIX_BTMAPS << PAGE_SHIFT) - dest_off) in xen_phys_memcpy()
679 dest_len = (NR_FIX_BTMAPS << PAGE_SHIFT) - dest_off; in xen_phys_memcpy()
684 to = early_memremap(dest - dest_off, dest_len + dest_off); in xen_phys_memcpy()
687 early_memunmap(to, dest_len + dest_off); in xen_phys_memcpy()
/Linux-v4.19/tools/objtool/
Dcheck.c496 unsigned long dest_off; in add_jump_destinations() local
510 dest_off = insn->offset + insn->len + insn->immediate; in add_jump_destinations()
513 dest_off = rela->addend + 4; in add_jump_destinations()
516 dest_off = rela->sym->sym.st_value + rela->addend + 4; in add_jump_destinations()
531 insn->jump_dest = find_insn(file, dest_sec, dest_off); in add_jump_destinations()
544 dest_off); in add_jump_destinations()
580 unsigned long dest_off; in add_call_destinations() local
590 dest_off = insn->offset + insn->len + insn->immediate; in add_call_destinations()
592 dest_off); in add_call_destinations()
646 unsigned long dest_off; in handle_group_alt() local
[all …]
/Linux-v4.19/fs/pstore/
Dram.c190 size_t dest_size, src_size, total, dest_off, src_off; in ftrace_log_combine() local
196 dest_off = dest->old_log_size % record_size; in ftrace_log_combine()
197 dest_size = dest->old_log_size - dest_off; in ftrace_log_combine()
207 drec = (struct pstore_ftrace_record *)(dest->old_log + dest_off); in ftrace_log_combine()
/Linux-v4.19/fs/cifs/
Dsmb2ops.c1064 u64 len, u64 dest_off) in smb2_copychunk_range() argument
1099 pcchunk->TargetOffset = cpu_to_le64(dest_off); in smb2_copychunk_range()
1139 dest_off += bytes_written; in smb2_copychunk_range()
1311 u64 len, u64 dest_off) in smb2_duplicate_extents() argument
1326 dup_ext_buf.TargetFileOffset = cpu_to_le64(dest_off); in smb2_duplicate_extents()
1329 src_off, dest_off, len); in smb2_duplicate_extents()
1331 rc = smb2_set_file_size(xid, tcon, trgtfile, dest_off + len, false); in smb2_duplicate_extents()
Dcifsglob.h433 u64 src_off, u64 len, u64 dest_off);
436 u64 dest_off);
/Linux-v4.19/drivers/ntb/
Dntb_transport.c1599 size_t dest_off, buff_off; in ntb_async_tx_submit() local
1607 dest_off = (size_t)dest & ~PAGE_MASK; in ntb_async_tx_submit()
1609 if (!is_dma_copy_aligned(device, buff_off, dest_off, len)) in ntb_async_tx_submit()