Searched refs:invlpg (Results 1 – 12 of 12) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/x86/mm/shadow/ |
A D | none.c | 72 .invlpg = _invlpg,
|
A D | multi.c | 5100 .invlpg = sh_invlpg,
|
/xen-4.10.0-shim-comet/xen/arch/x86/mm/hap/ |
A D | hap.c | 770 .invlpg = hap_invlpg, 781 .invlpg = hap_invlpg, 792 .invlpg = hap_invlpg, 803 .invlpg = hap_invlpg,
|
/xen-4.10.0-shim-comet/tools/fuzz/x86_instruction_emulator/ |
A D | fuzz-emul.c | 582 SET(invlpg), 736 MAYBE_DISABLE_HOOK(invlpg); in disable_hooks()
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | paging.h | 115 bool (*invlpg )(struct vcpu *v, unsigned long va); member
|
/xen-4.10.0-shim-comet/xen/arch/x86/x86_emulate/ |
A D | x86_emulate.h | 446 int (*invlpg)( member
|
A D | x86_emulate.c | 5070 fail_if(ops->invlpg == NULL); in x86_emulate() 5071 if ( (rc = ops->invlpg(x86_seg_none, truncate_ea(_regs.r(ax)), in x86_emulate() 5207 fail_if(ops->invlpg == NULL); in x86_emulate() 5208 if ( (rc = ops->invlpg(ea.mem.seg, ea.mem.off, ctxt)) ) in x86_emulate()
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/ |
A D | hvm.h | 156 void (*invlpg)(struct vcpu *v, unsigned long vaddr); member
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | emulate.c | 2069 .invlpg = hvmemul_invlpg, 2094 .invlpg = hvmemul_invlpg,
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | mm.c | 5552 !paging_get_hostmode(v)->invlpg(v, va) ) in paging_invlpg() 5558 hvm_funcs.invlpg(v, va); in paging_invlpg()
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/ |
A D | svm.c | 2440 .invlpg = svm_invlpg,
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/vmx/ |
A D | vmx.c | 2330 .invlpg = vmx_invlpg,
|
Completed in 55 milliseconds