Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/ppc/
H A Dxive_regs.h173 #define EAS_VALID PPC_BIT(0) macro
180 #define xive_eas_is_valid(eas) (be64_to_cpu((eas)->w) & EAS_VALID)
/openbmc/qemu/hw/intc/
H A Dspapr_xive.c267 eas->w = cpu_to_be64(EAS_VALID | EAS_MASKED); in spapr_xive_reset()
608 xive->eat[lisn].w |= cpu_to_be64(EAS_VALID | EAS_MASKED); in spapr_xive_claim_irq()
627 xive->eat[lisn].w &= cpu_to_be64(~EAS_VALID); in spapr_xive_free_irq()
1086 new_eas.w = cpu_to_be64(EAS_VALID | EAS_MASKED); in h_int_set_source_config()