Home
last modified time | relevance | path

Searched refs:gpr_index (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/arch/x86/kvm/vmx/
H A Dnested.c5884 int i, r, gpr_index; in handle_invept() local
5897 gpr_index = vmx_get_instr_info_reg2(vmx_instruction_info); in handle_invept()
5898 type = kvm_register_read(vcpu, gpr_index); in handle_invept()
5965 int r, gpr_index; in handle_invvpid() local
5978 gpr_index = vmx_get_instr_info_reg2(vmx_instruction_info); in handle_invvpid()
5979 type = kvm_register_read(vcpu, gpr_index); in handle_invvpid()
H A Dvmx.c6012 int gpr_index; in handle_invpcid() local
6020 gpr_index = vmx_get_instr_info_reg2(vmx_instruction_info); in handle_invpcid()
6021 type = kvm_register_read(vcpu, gpr_index); in handle_invpcid()