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