Lines Matching refs:inst
87 unsigned int inst, int *advance) in kvmppc_e500_emul_ehpriv() argument
91 switch (get_oc(inst)) { in kvmppc_e500_emul_ehpriv()
115 static int kvmppc_e500_emul_mftmr(struct kvm_vcpu *vcpu, unsigned int inst, in kvmppc_e500_emul_mftmr() argument
119 if (get_tmrn(inst) == TMRN_TMCFG0) { in kvmppc_e500_emul_mftmr()
129 unsigned int inst, int *advance) in kvmppc_core_emulate_op_e500() argument
132 int ra = get_ra(inst); in kvmppc_core_emulate_op_e500()
133 int rb = get_rb(inst); in kvmppc_core_emulate_op_e500()
134 int rt = get_rt(inst); in kvmppc_core_emulate_op_e500()
137 switch (get_op(inst)) { in kvmppc_core_emulate_op_e500()
139 switch (get_xop(inst)) { in kvmppc_core_emulate_op_e500()
181 emulated = kvmppc_e500_emul_mftmr(vcpu, inst, rt); in kvmppc_core_emulate_op_e500()
185 emulated = kvmppc_e500_emul_ehpriv(vcpu, inst, advance); in kvmppc_core_emulate_op_e500()
199 emulated = kvmppc_booke_emulate_op(vcpu, inst, advance); in kvmppc_core_emulate_op_e500()