Lines Matching defs:old_state
339 union kvmppc_icp_state old_state, new_state;
346 old_state = new_state = READ_ONCE(icp->state);
372 } while (!icp_try_update(icp, old_state, new_state, false));
516 union kvmppc_icp_state old_state, new_state;
549 old_state = new_state = READ_ONCE(icp->state);
575 } while (!icp_try_update(icp, old_state, new_state, true));
588 union kvmppc_icp_state old_state, new_state;
603 old_state = new_state = READ_ONCE(icp->state);
605 xirr = old_state.xisr | (((u32)old_state.cppr) << 24);
606 if (!old_state.xisr)
612 } while (!icp_try_update(icp, old_state, new_state, true));
622 union kvmppc_icp_state old_state, new_state;
670 old_state = new_state = READ_ONCE(icp->state);
687 if (mfrr > old_state.mfrr) {
691 } while (!icp_try_update(icp, old_state, new_state, local));
723 union kvmppc_icp_state old_state, new_state;
756 old_state = new_state = READ_ONCE(icp->state);
767 } while (!icp_try_update(icp, old_state, new_state, true));
1105 union kvmppc_icp_state old_state, new_state;
1149 * Note that if we displace an interrupt from old_state.xisr,
1159 old_state = READ_ONCE(icp->state);
1161 if (new_state.mfrr <= old_state.mfrr) {
1163 new_state.need_resend = old_state.need_resend;
1165 resend = old_state.need_resend;
1168 } while (!icp_try_update(icp, old_state, new_state, false));