Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/ppc/
H A Dxive_regs.h176 #define EAS_MASKED PPC_BIT(32) /* Masked */ macro
181 #define xive_eas_is_masked(eas) (be64_to_cpu((eas)->w) & EAS_MASKED)
/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()
1086 new_eas.w = cpu_to_be64(EAS_VALID | EAS_MASKED); in h_int_set_source_config()
1091 new_eas.w = eas.w | cpu_to_be64(EAS_MASKED); in h_int_set_source_config()
1093 new_eas.w = eas.w & cpu_to_be64(~EAS_MASKED); in h_int_set_source_config()