Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dvmx.h565 VMXERR_ENTRY_INVALID_CONTROL_FIELD = 7, enumerator
596 { VMXERR_ENTRY_INVALID_CONTROL_FIELD, "VMENTRY_INVALID_CONTROL_FIELD" }, \
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dnested.c3110 WARN_ON_ONCE(error != VMXERR_ENTRY_INVALID_CONTROL_FIELD); in nested_vmx_check_vmentry_hw()
3559 return nested_vmx_fail(vcpu, VMXERR_ENTRY_INVALID_CONTROL_FIELD); in nested_vmx_run()
3622 return nested_vmx_fail(vcpu, VMXERR_ENTRY_INVALID_CONTROL_FIELD); in nested_vmx_run()
4542 VMXERR_ENTRY_INVALID_CONTROL_FIELD); in nested_vmx_vmexit()
4624 (void)nested_vmx_fail(vcpu, VMXERR_ENTRY_INVALID_CONTROL_FIELD); in nested_vmx_vmexit()