Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/vmx/
H A Dnested.c5726 int i, r, gpr_index; in handle_invept() local
5739 gpr_index = vmx_get_instr_info_reg2(vmx_instruction_info); in handle_invept()
5740 type = kvm_register_read(vcpu, gpr_index); in handle_invept()
5807 int r, gpr_index; in handle_invvpid() local
5820 gpr_index = vmx_get_instr_info_reg2(vmx_instruction_info); in handle_invvpid()
5821 type = kvm_register_read(vcpu, gpr_index); in handle_invvpid()
H A Dvmx.c5966 int gpr_index; in handle_invpcid() local
5974 gpr_index = vmx_get_instr_info_reg2(vmx_instruction_info); in handle_invpcid()
5975 type = kvm_register_read(vcpu, gpr_index); in handle_invpcid()