Lines Matching defs:new
273 union kvmppc_icp_state new,
278 /* Calculate new output value */
279 new.out_ee = (new.xisr && (new.pending_pri < new.cppr));
282 success = cmpxchg64(&icp->state.raw, old.raw, new.raw) == old.raw;
291 new.cppr, new.mfrr, new.pending_pri, new.xisr,
292 new.need_resend, new.out_ee);
303 * we unconditionally set it if the new state calls for it. The reason
308 if (new.out_ee) {
367 * to try a new delivery.
457 * Note that if successful, the new delivery might have itself
462 * new guy. We cannot assume that the rejected interrupt is less
463 * favored than the new one, and thus doesn't need to be delivered,
524 * Load CPPR with new value and if the XISR is 0
643 * If the CPPR is more favored than the new MFRR, then
733 * We can safely compare the new value with the current
770 * Check for rejects. They are handled by doing a new delivery
1130 /* Require the new state to be internally consistent */