Searched refs:END_W0_UCOND_NOTIFY (Results 1 – 3 of 3) sorted by relevance
216 #define END_W0_UCOND_NOTIFY PPC_BIT32(2) /* "n" bit */ macro261 #define xive_end_is_notify(end) (be32_to_cpu((end)->w0) & END_W0_UCOND_NOTIFY)
1426 end.w0 |= cpu_to_be32(END_W0_UCOND_NOTIFY); in h_int_set_queue_config()1428 end.w0 &= cpu_to_be32((uint32_t)~END_W0_UCOND_NOTIFY); in h_int_set_queue_config()
420 if (xive_get_field32(END_W0_UCOND_NOTIFY, end->w0)) { in kvmppc_xive_set_queue_config()