Searched refs:get_vmx_mem_address (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/x86/kvm/ |
D | vmx.c | 6442 static int get_vmx_mem_address(struct kvm_vcpu *vcpu, in get_vmx_mem_address() function 6506 if (get_vmx_mem_address(vcpu, vmcs_readl(EXIT_QUALIFICATION), in nested_vmx_check_vmptr() 7034 if (get_vmx_mem_address(vcpu, exit_qualification, in handle_vmread() 7071 if (get_vmx_mem_address(vcpu, exit_qualification, in handle_vmwrite() 7163 if (get_vmx_mem_address(vcpu, exit_qualification, in handle_vmptrst() 7220 if (get_vmx_mem_address(vcpu, vmcs_readl(EXIT_QUALIFICATION), in handle_invept()
|