Searched refs:get_vmx_mem_address (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/arch/x86/kvm/ |
D | vmx.c | 6537 static int get_vmx_mem_address(struct kvm_vcpu *vcpu, in get_vmx_mem_address() function 6646 if (get_vmx_mem_address(vcpu, vmcs_readl(EXIT_QUALIFICATION), in nested_vmx_check_vmptr() 7173 if (get_vmx_mem_address(vcpu, exit_qualification, in handle_vmread() 7210 if (get_vmx_mem_address(vcpu, exit_qualification, in handle_vmwrite() 7300 if (get_vmx_mem_address(vcpu, exit_qualification, in handle_vmptrst() 7357 if (get_vmx_mem_address(vcpu, vmcs_readl(EXIT_QUALIFICATION), in handle_invept() 7416 if (get_vmx_mem_address(vcpu, vmcs_readl(EXIT_QUALIFICATION), in handle_invvpid()
|