Searched refs:rep_outs (Results 1 – 5 of 5) sorted by relevance
/xen-4.10.0-shim-comet/tools/fuzz/x86_instruction_emulator/ |
A D | fuzz-emul.c | 570 SET(rep_outs), 722 MAYBE_DISABLE_HOOK(rep_outs); in disable_hooks()
|
/xen-4.10.0-shim-comet/xen/arch/x86/x86_emulate/ |
A D | x86_emulate.h | 281 int (*rep_outs)( member
|
A D | x86_emulate.c | 3501 if ( !ops->rep_outs ) in x86_emulate() 3511 if ( (nr_reps > 1 || rc == X86EMUL_UNHANDLEABLE) && ops->rep_outs ) in x86_emulate() 3512 rc = ops->rep_outs(ea.mem.seg, ea.mem.off, port, dst.bytes, in x86_emulate()
|
/xen-4.10.0-shim-comet/xen/arch/x86/pv/ |
A D | emul-priv-op.c | 632 static int rep_outs(enum x86_segment seg, unsigned long offset, in rep_outs() function 1310 .rep_outs = rep_outs,
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | emulate.c | 2054 .rep_outs = hvmemul_rep_outs, 2079 .rep_outs = hvmemul_rep_outs_discard,
|
Completed in 22 milliseconds