Searched refs:tlb_op (Results 1 – 5 of 5) sorted by relevance
/xen/tools/fuzz/x86_instruction_emulator/ |
A D | fuzz-emul.c | 635 SET(tlb_op), 788 MAYBE_DISABLE_HOOK(tlb_op); in disable_hooks()
|
/xen/xen/arch/x86/x86_emulate/ |
A D | x86_emulate.h | 523 int (*tlb_op)( member
|
A D | x86_emulate.c | 5775 fail_if(!ops->tlb_op); in x86_emulate() 5776 if ( (rc = ops->tlb_op(x86emul_invlpga, truncate_ea(_regs.r(ax)), in x86_emulate() 5965 fail_if(!ops->tlb_op); in x86_emulate() 5966 if ( (rc = ops->tlb_op(x86emul_invlpg, ea.mem.off, ea.mem.seg, in x86_emulate() 9643 fail_if(!ops->tlb_op); in x86_emulate() 9644 if ( (rc = ops->tlb_op(x86emul_invpcid, truncate_ea(mmvalp->xmm[1]), in x86_emulate()
|
/xen/xen/arch/x86/hvm/ |
A D | emulate.c | 2581 .tlb_op = hvmemul_tlb_op, 2608 .tlb_op = hvmemul_tlb_op,
|
/xen/tools/tests/x86_emulator/ |
A D | test_x86_emulator.c | 5019 emulops.tlb_op = tlb_op_invpcid; in main() 5039 emulops.tlb_op = NULL; in main()
|
Completed in 38 milliseconds