Lines Matching refs:inst
90 unsigned int inst, int *advance) in kvmppc_e500_emul_ehpriv() argument
94 switch (get_oc(inst)) { in kvmppc_e500_emul_ehpriv()
118 static int kvmppc_e500_emul_mftmr(struct kvm_vcpu *vcpu, unsigned int inst, in kvmppc_e500_emul_mftmr() argument
122 if (get_tmrn(inst) == TMRN_TMCFG0) { in kvmppc_e500_emul_mftmr()
132 unsigned int inst, int *advance) in kvmppc_core_emulate_op_e500() argument
135 int ra = get_ra(inst); in kvmppc_core_emulate_op_e500()
136 int rb = get_rb(inst); in kvmppc_core_emulate_op_e500()
137 int rt = get_rt(inst); in kvmppc_core_emulate_op_e500()
140 switch (get_op(inst)) { in kvmppc_core_emulate_op_e500()
142 switch (get_xop(inst)) { in kvmppc_core_emulate_op_e500()
184 emulated = kvmppc_e500_emul_mftmr(vcpu, inst, rt); in kvmppc_core_emulate_op_e500()
188 emulated = kvmppc_e500_emul_ehpriv(run, vcpu, inst, in kvmppc_core_emulate_op_e500()
203 emulated = kvmppc_booke_emulate_op(run, vcpu, inst, advance); in kvmppc_core_emulate_op_e500()