Home
last modified time | relevance | path

Searched refs:X86EMUL_F_IMPLICIT (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/arch/x86/kvm/
Dkvm_emulate.h95 #define X86EMUL_F_IMPLICIT BIT(2) macro
/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()