Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dsvm.h16 INTERCEPT_EXCEPTION, enumerator
/OK3568_Linux_fs/kernel/arch/x86/kvm/svm/
H A Dnested.c541 vmcb12->control.intercepts[INTERCEPT_EXCEPTION], in nested_svm_vmrun()
929 return (svm->nested.ctl.intercepts[INTERCEPT_EXCEPTION] & BIT(nr)); in nested_exit_on_exception()
1078 if (get_host_vmcb(svm)->control.intercepts[INTERCEPT_EXCEPTION] & in nested_svm_exit_special()
H A Dsvm.c2960 pr_err("%-20s%08x\n", "exceptions:", control->intercepts[INTERCEPT_EXCEPTION]); in dump_vmcb()