Home
last modified time | relevance | path

Searched refs:END_W0_UCOND_NOTIFY (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/hw/ppc/
H A Dxive_regs.h216 #define END_W0_UCOND_NOTIFY PPC_BIT32(2) /* "n" bit */ macro
261 #define xive_end_is_notify(end) (be32_to_cpu((end)->w0) & END_W0_UCOND_NOTIFY)
/openbmc/qemu/hw/intc/
H A Dspapr_xive.c1426 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()
H A Dspapr_xive_kvm.c420 if (xive_get_field32(END_W0_UCOND_NOTIFY, end->w0)) { in kvmppc_xive_set_queue_config()