Searched refs:old_q (Results 1 – 2 of 2) sorted by relevance
338 state->old_q = false; in xive_lock_and_mask()343 state->old_q = !!(val & 1); in xive_lock_and_mask()402 if (state->old_q) in xive_finish_unmask()839 state->old_p, state->old_q); in kvmppc_xive_set_mapped()869 state->old_p = state->old_q = false; in kvmppc_xive_set_mapped()908 state->old_p, state->old_q); in kvmppc_xive_clr_mapped()1196 state->saved_q = state->old_q; in xive_pre_save_mask_irq()1550 state->old_q = false; in xive_set_source()1575 state->old_q = true; in xive_set_source()1577 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