Home
last modified time | relevance | path

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

/qemu/include/hw/ppc/
H A Dxive_regs.h297 #define NVT_W0_VALID PPC_BIT32(0) macro
319 #define xive_nvt_is_valid(nvt) (be32_to_cpu((nvt)->w0) & NVT_W0_VALID)
/qemu/hw/intc/
H A Dspapr_xive.c415 nvt->w0 = cpu_to_be32(NVT_W0_VALID); in spapr_xive_get_nvt()