Searched refs:get_vmx_mem_address (Results 1 – 1 of 1) sorted by relevance
/arch/x86/kvm/ |
D | vmx.c | 6632 static int get_vmx_mem_address(struct kvm_vcpu *vcpu, in get_vmx_mem_address() function 6750 if (get_vmx_mem_address(vcpu, vmcs_readl(EXIT_QUALIFICATION), in nested_vmx_check_vmptr() 7278 if (get_vmx_mem_address(vcpu, exit_qualification, in handle_vmread() 7319 if (get_vmx_mem_address(vcpu, exit_qualification, in handle_vmwrite() 7409 if (get_vmx_mem_address(vcpu, exit_qualification, in handle_vmptrst() 7466 if (get_vmx_mem_address(vcpu, vmcs_readl(EXIT_QUALIFICATION), in handle_invept() 7525 if (get_vmx_mem_address(vcpu, vmcs_readl(EXIT_QUALIFICATION), in handle_invvpid()
|