Searched refs:instr_info (Results 1 – 1 of 1) sorted by relevance
563 static uint64_t get_vmx_memory_operand(struct acrn_vcpu *vcpu, uint32_t instr_info) in get_vmx_memory_operand() argument584 if (VMX_II_BASE_REG_VALID(instr_info)) { in get_vmx_memory_operand()585 offset += vcpu_get_gpreg(vcpu, VMX_II_BASE_REG(instr_info)); in get_vmx_memory_operand()588 if (VMX_II_IDX_REG_VALID(instr_info)) { in get_vmx_memory_operand()589 uint64_t val64 = vcpu_get_gpreg(vcpu, VMX_II_IDX_REG(instr_info)); in get_vmx_memory_operand()590 offset += (val64 << VMX_II_SCALING(instr_info)); in get_vmx_memory_operand()599 seg = VMX_II_SEG_REG(instr_info); in get_vmx_memory_operand()
Completed in 4 milliseconds