Searched refs:get_vmx_mem_address (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/arch/x86/kvm/ |
D | vmx.c | 8135 static int get_vmx_mem_address(struct kvm_vcpu *vcpu, in get_vmx_mem_address() function 8231 if (get_vmx_mem_address(vcpu, vmcs_readl(EXIT_QUALIFICATION), in nested_vmx_get_vmptr() 8745 if (get_vmx_mem_address(vcpu, exit_qualification, in handle_vmread() 8786 if (get_vmx_mem_address(vcpu, exit_qualification, in handle_vmwrite() 8935 if (get_vmx_mem_address(vcpu, exit_qual, instr_info, true, &gva)) in handle_vmptrst() 8983 if (get_vmx_mem_address(vcpu, vmcs_readl(EXIT_QUALIFICATION), in handle_invept() 9047 if (get_vmx_mem_address(vcpu, vmcs_readl(EXIT_QUALIFICATION), in handle_invvpid() 9127 if (get_vmx_mem_address(vcpu, vmcs_readl(EXIT_QUALIFICATION), in handle_invpcid()
|