Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/
H A Dkvm_emulate.h100 #define X86EMUL_F_IMPLICIT BIT(2) macro
/linux/arch/x86/kvm/vmx/
H A Dvmx.c8399 if (flags & (X86EMUL_F_FETCH | X86EMUL_F_IMPLICIT | X86EMUL_F_INVLPG)) in vmx_get_untagged_addr()