Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/ppc/
H A Dxive2_regs.h216 #define NVGC2_W0_VALID PPC_BIT32(0) macro
227 #define xive2_nvgc_is_valid(nvgc) (be32_to_cpu((nvgc)->w0) & NVGC2_W0_VALID)
/openbmc/qemu/tests/qtest/
H A Dpnv-xive2-common.c138 nvg.w0 = xive_set_field32(NVGC2_W0_VALID, 0, 1); in set_nvg()