Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/include/asm/
Dvmx.h586 VMXERR_ENTRY_INVALID_CONTROL_FIELD = 7, enumerator
617 { VMXERR_ENTRY_INVALID_CONTROL_FIELD, "VMENTRY_INVALID_CONTROL_FIELD" }, \
/Linux-v6.6/arch/x86/kvm/vmx/
Dnested.c3139 WARN_ON_ONCE(error != VMXERR_ENTRY_INVALID_CONTROL_FIELD); in nested_vmx_check_vmentry_hw()
3614 return nested_vmx_fail(vcpu, VMXERR_ENTRY_INVALID_CONTROL_FIELD); in nested_vmx_run()
3687 return nested_vmx_fail(vcpu, VMXERR_ENTRY_INVALID_CONTROL_FIELD); in nested_vmx_run()
4792 VMXERR_ENTRY_INVALID_CONTROL_FIELD); in nested_vmx_vmexit()
4892 (void)nested_vmx_fail(vcpu, VMXERR_ENTRY_INVALID_CONTROL_FIELD); in nested_vmx_vmexit()