Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/ppc/
H A Dxive2_regs.h43 #define EAS2_VALID PPC_BIT(0) macro
50 #define xive2_eas_is_valid(eas) (be64_to_cpu((eas)->w) & EAS2_VALID)
/openbmc/qemu/tests/qtest/
H A Dpnv-xive2-common.c152 eas.w = xive_set_field64(EAS2_VALID, 0, 1); in set_eas()