Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dnested.c5849 int i, r, gpr_index; in handle_invept() local
5862 gpr_index = vmx_get_instr_info_reg2(vmx_instruction_info); in handle_invept()
5863 type = kvm_register_read(vcpu, gpr_index); in handle_invept()
5930 int r, gpr_index; in handle_invvpid() local
5943 gpr_index = vmx_get_instr_info_reg2(vmx_instruction_info); in handle_invvpid()
5944 type = kvm_register_read(vcpu, gpr_index); in handle_invvpid()
H A Dvmx.c5955 int gpr_index; in handle_invpcid() local
5963 gpr_index = vmx_get_instr_info_reg2(vmx_instruction_info); in handle_invpcid()
5964 type = kvm_register_read(vcpu, gpr_index); in handle_invpcid()