Home
last modified time | relevance | path

Searched refs:X86EMUL_F_INVLPG (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/arch/x86/kvm/
Dkvm_emulate.h96 #define X86EMUL_F_INVLPG BIT(3) macro
Demulate.c3419 &linear, X86EMUL_F_INVLPG); in em_invlpg()
/linux-6.12.1/arch/x86/kvm/vmx/
Dvmx.c8294 if (flags & (X86EMUL_F_FETCH | X86EMUL_F_IMPLICIT | X86EMUL_F_INVLPG)) in vmx_get_untagged_addr()