Searched refs:get_vmx_mem_address (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/arch/x86/kvm/vmx/ |
| D | nested.h | 34 int get_vmx_mem_address(struct kvm_vcpu *vcpu, unsigned long exit_qualification,
|
| D | nested.c | 4206 int get_vmx_mem_address(struct kvm_vcpu *vcpu, unsigned long exit_qualification, in get_vmx_mem_address() function 4335 if (get_vmx_mem_address(vcpu, vmcs_readl(EXIT_QUALIFICATION), in nested_vmx_get_vmptr() 4652 if (get_vmx_mem_address(vcpu, exit_qualification, in handle_vmread() 4718 if (get_vmx_mem_address(vcpu, exit_qualification, in handle_vmwrite() 4893 if (get_vmx_mem_address(vcpu, exit_qual, instr_info, in handle_vmptrst() 4939 if (get_vmx_mem_address(vcpu, vmcs_readl(EXIT_QUALIFICATION), in handle_invept() 4999 if (get_vmx_mem_address(vcpu, vmcs_readl(EXIT_QUALIFICATION), in handle_invvpid()
|
| D | vmx.c | 5425 if (get_vmx_mem_address(vcpu, vmcs_readl(EXIT_QUALIFICATION), in handle_invpcid()
|