Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dkvm_emulate.h86 #define X86EMUL_INTERCEPTED 6 /* Intercepted by nested VMCB/VMCS */ macro
/linux-4.4.14/arch/x86/kvm/
Dsvm.c4247 ret = (vmexit == NESTED_EXIT_DONE) ? X86EMUL_INTERCEPTED in svm_check_intercept()
Demulate.c5413 if (rc == X86EMUL_INTERCEPTED) in x86_emulate_insn()