Searched refs:get_vmx_mem_address (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.1/arch/x86/kvm/vmx/ |
| D | nested.h | 33 int get_vmx_mem_address(struct kvm_vcpu *vcpu, unsigned long exit_qualification,
|
| D | nested.c | 4867 int get_vmx_mem_address(struct kvm_vcpu *vcpu, unsigned long exit_qualification, in get_vmx_mem_address() function 4998 if (get_vmx_mem_address(vcpu, vmx_get_exit_qual(vcpu), in nested_vmx_get_vmptr() 5333 if (get_vmx_mem_address(vcpu, exit_qualification, in handle_vmread() 5407 if (get_vmx_mem_address(vcpu, exit_qualification, in handle_vmwrite() 5575 if (get_vmx_mem_address(vcpu, exit_qual, instr_info, in handle_vmptrst() 5623 if (get_vmx_mem_address(vcpu, vmx_get_exit_qual(vcpu), in handle_invept() 5706 if (get_vmx_mem_address(vcpu, vmx_get_exit_qual(vcpu), in handle_invvpid()
|
| D | vmx.c | 5842 if (get_vmx_mem_address(vcpu, vmx_get_exit_qual(vcpu), in handle_invpcid()
|