Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kvm/
Dvmx.c6808 static int nested_vmx_check_permission(struct kvm_vcpu *vcpu) in nested_vmx_check_permission() function
6894 if (!nested_vmx_check_permission(vcpu)) in handle_vmoff()
6910 if (!nested_vmx_check_permission(vcpu)) in handle_vmclear()
7152 if (!nested_vmx_check_permission(vcpu) || in handle_vmread()
7202 if (!nested_vmx_check_permission(vcpu) || in handle_vmwrite()
7246 if (!nested_vmx_check_permission(vcpu)) in handle_vmptrld()
7297 if (!nested_vmx_check_permission(vcpu)) in handle_vmptrst()
7334 if (!nested_vmx_check_permission(vcpu)) in handle_invept()
7398 if (!nested_vmx_check_permission(vcpu)) in handle_invvpid()
9805 if (!nested_vmx_check_permission(vcpu) || in nested_vmx_run()