Searched refs:dest_off (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/x86/xen/ |
| H A D | setup.c | 743 phys_addr_t dest_off, src_off, dest_len, src_len, len; in xen_phys_memcpy() local 747 dest_off = dest & ~PAGE_MASK; in xen_phys_memcpy() 750 if (dest_len > (NR_FIX_BTMAPS << PAGE_SHIFT) - dest_off) in xen_phys_memcpy() 751 dest_len = (NR_FIX_BTMAPS << PAGE_SHIFT) - dest_off; in xen_phys_memcpy() 756 to = early_memremap(dest - dest_off, dest_len + dest_off); in xen_phys_memcpy() 759 early_memunmap(to, dest_len + dest_off); in xen_phys_memcpy()
|
| /linux/tools/objtool/ |
| H A D | check.c | 1531 unsigned long dest_off; in add_jump_destinations() local 1547 dest_off = arch_jump_destination(insn); in add_jump_destinations() 1576 dest_off = dest_sym->offset + arch_insn_adjusted_addend(insn, reloc); in add_jump_destinations() 1579 dest_insn = find_insn(file, dest_sec, dest_off); in add_jump_destinations() 1581 struct symbol *sym = find_symbol_by_offset(dest_sec, dest_off); in add_jump_destinations() 1602 dest_off == func->offset + func->len) in add_jump_destinations() 1606 offstr(dest_sec, dest_off)); in add_jump_destinations() 1665 unsigned long dest_off; in add_call_destinations() local 1676 dest_off = arch_jump_destination(insn); in add_call_destinations() 1677 dest = find_call_destination(insn->sec, dest_off); in add_call_destinations() [all …]
|
| /linux/fs/smb/client/ |
| H A D | cifsglob.h | 564 u64 src_off, u64 len, u64 dest_off); 567 u64 dest_off);
|
| /linux/drivers/md/ |
| H A D | raid5.c | 1675 unsigned int dest_off; in ops_run_compute6_1() local 1694 dest_off = tgt->offset; in ops_run_compute6_1() 1720 tx = async_xor_offs(dest, dest_off, blocks, offs, count, in ops_run_compute6_1() 1792 unsigned int dest_off; in ops_run_compute6_2() local 1810 dest_off = sh->dev[data_target].offset; in ops_run_compute6_2() 1815 tx = async_xor_offs(dest, dest_off, blocks, offs, count, in ops_run_compute6_2()
|