Searched refs:get_vmx_mem_address (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/arch/x86/kvm/vmx/ |
| D | nested.h | 33 int get_vmx_mem_address(struct kvm_vcpu *vcpu, unsigned long exit_qualification,
|
| D | nested.c | 4554 int get_vmx_mem_address(struct kvm_vcpu *vcpu, unsigned long exit_qualification, in get_vmx_mem_address() function 4706 if (get_vmx_mem_address(vcpu, vmx_get_exit_qual(vcpu), in nested_vmx_get_vmptr() 5016 if (get_vmx_mem_address(vcpu, exit_qualification, in handle_vmread() 5090 if (get_vmx_mem_address(vcpu, exit_qualification, in handle_vmwrite() 5250 if (get_vmx_mem_address(vcpu, exit_qual, instr_info, in handle_vmptrst() 5305 if (get_vmx_mem_address(vcpu, vmx_get_exit_qual(vcpu), in handle_invept() 5387 if (get_vmx_mem_address(vcpu, vmx_get_exit_qual(vcpu), in handle_invvpid()
|
| D | vmx.c | 5550 if (get_vmx_mem_address(vcpu, vmx_get_exit_qual(vcpu), in handle_invpcid()
|