Searched refs:VMXERR_ENTRY_INVALID_CONTROL_FIELD (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | vmx.h | 565 VMXERR_ENTRY_INVALID_CONTROL_FIELD = 7, enumerator 596 { VMXERR_ENTRY_INVALID_CONTROL_FIELD, "VMENTRY_INVALID_CONTROL_FIELD" }, \
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | vmx.h | 586 VMXERR_ENTRY_INVALID_CONTROL_FIELD = 7, enumerator 617 { VMXERR_ENTRY_INVALID_CONTROL_FIELD, "VMENTRY_INVALID_CONTROL_FIELD" }, \
|
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/ |
H A D | nested.c | 3116 WARN_ON_ONCE(error != VMXERR_ENTRY_INVALID_CONTROL_FIELD); in nested_vmx_check_vmentry_hw() 3565 return nested_vmx_fail(vcpu, VMXERR_ENTRY_INVALID_CONTROL_FIELD); in nested_vmx_run() 3628 return nested_vmx_fail(vcpu, VMXERR_ENTRY_INVALID_CONTROL_FIELD); in nested_vmx_run() 4548 VMXERR_ENTRY_INVALID_CONTROL_FIELD); in nested_vmx_vmexit() 4641 (void)nested_vmx_fail(vcpu, VMXERR_ENTRY_INVALID_CONTROL_FIELD); in nested_vmx_vmexit()
|
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/ |
H A D | nested.c | 3139 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()
|
Completed in 19 milliseconds