Home
last modified time | relevance | path

Searched refs:nested_vmx_succeed (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H A Dnested.c150 * The following 3 functions, nested_vmx_succeed()/failValid()/failInvalid(),
155 static int nested_vmx_succeed(struct kvm_vcpu *vcpu) in nested_vmx_succeed() function
3471 * Note no nested_vmx_succeed or nested_vmx_fail here. At this point in nested_vmx_enter_non_root_mode()
4999 return nested_vmx_succeed(vcpu); in handle_vmon()
5040 return nested_vmx_succeed(vcpu); in handle_vmoff()
5085 return nested_vmx_succeed(vcpu); in handle_vmclear()
5158 return nested_vmx_succeed(vcpu); in handle_vmread()
5289 return nested_vmx_succeed(vcpu); in handle_vmwrite()
5364 return nested_vmx_succeed(vcpu); in handle_vmptrld()
5392 return nested_vmx_succeed(vcp in handle_vmptrst()
[all...]
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H A Dnested.c147 * The following 3 functions, nested_vmx_succeed()/failValid()/failInvalid(),
152 static int nested_vmx_succeed(struct kvm_vcpu *vcpu) in nested_vmx_succeed() function
3516 * Note no nested_vmx_succeed or nested_vmx_fail here. At this point in nested_vmx_enter_non_root_mode()
5231 return nested_vmx_succeed(vcpu); in handle_vmxon()
5272 return nested_vmx_succeed(vcpu); in handle_vmxoff()
5327 return nested_vmx_succeed(vcpu); in handle_vmclear()
5422 return nested_vmx_succeed(vcpu); in handle_vmread()
5553 return nested_vmx_succeed(vcpu); in handle_vmwrite()
5636 return nested_vmx_succeed(vcpu); in handle_vmptrld()
5664 return nested_vmx_succeed(vcp in handle_vmptrst()
[all...]

Completed in 18 milliseconds