Searched refs:dst_offset (Results 1 – 3 of 3) sorted by relevance
/xen-4.10.0-shim-comet/tools/fuzz/x86_instruction_emulator/ |
A D | fuzz-emul.c | 270 unsigned long dst_offset, in fuzz_rep_ins() argument 276 assert(ctxt->addr_size == 64 || !(dst_offset >> 32)); in fuzz_rep_ins() 285 unsigned long dst_offset, in fuzz_rep_movs() argument 292 assert(ctxt->addr_size == 64 || !((src_offset | dst_offset) >> 32)); in fuzz_rep_movs()
|
/xen-4.10.0-shim-comet/xen/arch/x86/x86_emulate/ |
A D | x86_emulate.h | 270 unsigned long dst_offset, 299 unsigned long dst_offset,
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | emulate.c | 1204 unsigned long dst_offset, in hvmemul_rep_ins_discard() argument 1216 unsigned long dst_offset, in hvmemul_rep_movs_discard() argument 1315 unsigned long dst_offset, in hvmemul_rep_ins() argument 1329 dst_seg, dst_offset, bytes_per_rep, reps, hvm_access_write, in hvmemul_rep_ins() 1423 unsigned long dst_offset, in hvmemul_rep_movs() argument 1445 dst_seg, dst_offset, bytes_per_rep, reps, hvm_access_write, in hvmemul_rep_movs()
|
Completed in 10 milliseconds