Lines Matching defs:xisr
279 new.out_ee = (new.xisr && (new.pending_pri < new.cppr));
288 old.cppr, old.mfrr, old.pending_pri, old.xisr,
291 new.cppr, new.mfrr, new.pending_pri, new.xisr,
360 *reject = new_state.xisr;
361 new_state.xisr = irq;
565 WARN_ON(new_state.xisr != XICS_IPI &&
566 new_state.xisr != 0);
568 new_state.xisr = XICS_IPI;
605 xirr = old_state.xisr | (((u32)old_state.cppr) << 24);
606 if (!old_state.xisr)
610 new_state.xisr = 0;
681 reject = new_state.xisr;
683 new_state.xisr = XICS_IPI;
716 kvmppc_set_gpr(vcpu, 4, ((u32)state.cppr << 24) | state.xisr);
762 reject = new_state.xisr;
763 new_state.xisr = 0;
973 icp->server_num, state.xisr,
1105 ((u64)state.xisr << KVM_REG_PPC_ICP_XISR_SHIFT) |
1117 u32 xisr;
1125 xisr = (icpval >> KVM_REG_PPC_ICP_XISR_SHIFT) &
1131 if (xisr == 0) {
1134 } else if (xisr == XICS_IPI) {
1140 ics = kvmppc_xics_find_ics(xics, xisr, &src);
1147 new_state.xisr = xisr;
1158 * Note that if we displace an interrupt from old_state.xisr,