Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/ppc/
H A Dxive_regs.h214 #define END_W0_VALID PPC_BIT32(0) /* "v" bit */ macro
259 #define xive_end_is_valid(end) (be32_to_cpu((end)->w0) & END_W0_VALID)
/openbmc/qemu/hw/intc/
H A Dspapr_xive.c1437 end.w0 |= cpu_to_be32(END_W0_VALID); in h_int_set_queue_config()