Home
last modified time | relevance | path

Searched refs:vmcb12_is_intercept (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/x86/kvm/svm/
H A Dsvm.h396 static inline bool vmcb12_is_intercept(struct vmcb_ctrl_area_cached *control, u32 bit) in vmcb12_is_intercept() function
578 return vmcb12_is_intercept(&svm->nested.ctl, INTERCEPT_SMI); in nested_exit_on_smi()
583 return vmcb12_is_intercept(&svm->nested.ctl, INTERCEPT_INTR); in nested_exit_on_intr()
588 return vmcb12_is_intercept(&svm->nested.ctl, INTERCEPT_NMI); in nested_exit_on_nmi()
H A Dnested.c207 if (!(vmcb12_is_intercept(&svm->nested.ctl, INTERCEPT_MSR_PROT))) in nested_svm_vmrun_msrpm()
253 if (CC(!vmcb12_is_intercept(control, INTERCEPT_VMRUN))) in __nested_vmcb_check_controls()
270 !vmcb12_is_intercept(control, INTERCEPT_NMI))) { in __nested_vmcb_check_controls()
751 if (vmcb12_is_intercept(&svm->nested.ctl, INTERCEPT_PAUSE)) { in nested_vmcb02_prepare_control()
1168 if (!vmcb12_is_intercept(&svm->nested.ctl, INTERCEPT_SHUTDOWN)) in nested_svm_triple_fault()
1254 if (!(vmcb12_is_intercept(&svm->nested.ctl, INTERCEPT_MSR_PROT))) in nested_svm_exit_handled_msr()
1281 if (!(vmcb12_is_intercept(&svm->nested.ctl, INTERCEPT_IOIO_PROT))) in nested_svm_intercept_ioio()
1312 if (vmcb12_is_intercept(&svm->nested.ctl, exit_code)) in nested_svm_intercept()
1317 if (vmcb12_is_intercept(&svm->nested.ctl, exit_code)) in nested_svm_intercept()
1335 if (vmcb12_is_intercept(&svm->nested.ctl, exit_code)) in nested_svm_intercept()
[all …]
H A Davic.c132 vmcb12_is_intercept(&svm->nested.ctl, INTERCEPT_MSR_PROT)) in avic_deactivate_vmcb()
H A Dsvm.c2634 (!(vmcb12_is_intercept(&svm->nested.ctl, INTERCEPT_SELECTIVE_CR0)))) in check_selective_cr0_intercepted()
4489 if (!(vmcb12_is_intercept(&svm->nested.ctl, in svm_check_intercept()