Searched refs:old_q (Results 1 – 2 of 2) sorted by relevance
374 state->old_q = false; in xive_lock_and_mask()379 state->old_q = !!(val & 1); in xive_lock_and_mask()438 if (state->old_q) in xive_finish_unmask()875 state->old_p, state->old_q); in kvmppc_xive_set_mapped()905 state->old_p = state->old_q = false; in kvmppc_xive_set_mapped()944 state->old_p, state->old_q); in kvmppc_xive_clr_mapped()1241 state->saved_q = state->old_q; in xive_pre_save_mask_irq()1596 state->old_q = false; in xive_set_source()1621 state->old_q = true; in xive_set_source()1623 pr_devel(" P=%d, Q=%d\n", state->old_p, state->old_q); in xive_set_source()
48 bool old_q; /* Q bit state when masking */ member