Searched refs:dst_offset (Results 1 – 3 of 3) sorted by relevance
/xen/tools/fuzz/x86_instruction_emulator/ |
A D | fuzz-emul.c | 279 unsigned long dst_offset, in fuzz_rep_ins() argument 285 assert(ctxt->addr_size == 64 || !(dst_offset >> 32)); in fuzz_rep_ins() 294 unsigned long dst_offset, in fuzz_rep_movs() argument 301 assert(ctxt->addr_size == 64 || !((src_offset | dst_offset) >> 32)); in fuzz_rep_movs()
|
/xen/xen/arch/x86/x86_emulate/ |
A D | x86_emulate.h | 345 unsigned long dst_offset, 374 unsigned long dst_offset,
|
/xen/xen/arch/x86/hvm/ |
A D | emulate.c | 1499 unsigned long dst_offset, in hvmemul_rep_ins_discard() argument 1511 unsigned long dst_offset, in hvmemul_rep_movs_discard() argument 1698 unsigned long dst_offset, in hvmemul_rep_ins() argument 1712 dst_seg, dst_offset, bytes_per_rep, reps, hvm_access_write, in hvmemul_rep_ins() 1818 unsigned long dst_offset, in hvmemul_rep_movs() argument 1841 dst_seg, dst_offset, bytes_per_rep, reps, hvm_access_write, in hvmemul_rep_movs()
|
Completed in 14 milliseconds