Home
last modified time | relevance | path

Searched refs:END_W0_ENQUEUE (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/ppc/
H A Dxive_regs.h202 #define END_W0_ENQUEUE PPC_BIT32(1) /* "q" bit */ macro
247 #define xive_end_is_enqueue(end) (be32_to_cpu((end)->w0) & END_W0_ENQUEUE)
/openbmc/qemu/hw/intc/
H A Dspapr_xive.c1381 end.w0 |= cpu_to_be32(END_W0_ENQUEUE); in h_int_set_queue_config()