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.c5967 int i, r, gpr_index; in handle_invept() local
5980 gpr_index = vmx_get_instr_info_reg2(vmx_instruction_info); in handle_invept()
5981 type = kvm_register_read(vcpu, gpr_index); in handle_invept()
6048 int r, gpr_index; in handle_invvpid() local
6061 gpr_index = vmx_get_instr_info_reg2(vmx_instruction_info); in handle_invvpid()
6062 type = kvm_register_read(vcpu, gpr_index); in handle_invvpid()
H A Dvmx.c6224 int gpr_index; in handle_invpcid() local
6232 gpr_index = vmx_get_instr_info_reg2(vmx_instruction_info); in handle_invpcid()
6233 type = kvm_register_read(vcpu, gpr_index); in handle_invpcid()