Home
last modified time | relevance | path

Searched refs:eeh_has_flag (Results 1 – 4 of 4) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Deeh.h248 static inline bool eeh_has_flag(int flag) in eeh_has_flag() function
255 return eeh_has_flag(EEH_ENABLED) && !eeh_has_flag(EEH_FORCE_DISABLED); in eeh_enabled()
/linux/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c430 if (!eeh_has_flag(EEH_ENABLED)) { in pnv_eeh_probe()
558 if (eeh_has_flag(EEH_EARLY_DUMP_LOG)) in pnv_eeh_get_phb_state()
660 if (eeh_has_flag(EEH_EARLY_DUMP_LOG)) in pnv_eeh_get_pe_state()
1134 if (!eeh_has_flag(EEH_EARLY_DUMP_LOG)) in pnv_eeh_get_log()
1556 if (eeh_has_flag(EEH_EARLY_DUMP_LOG)) in pnv_eeh_next_error()
/linux/arch/powerpc/kernel/
H A Deeh.c155 if (eeh_has_flag(EEH_FORCE_DISABLED)) in eeh_show_enabled()
157 else if (eeh_has_flag(EEH_ENABLED)) in eeh_show_enabled()
312 if (eeh_has_flag(EEH_ENABLE_IO_FOR_LOG) || in eeh_slot_error_detail()
363 if (!eeh_has_flag(EEH_PROBE_MODE_DEV)) in eeh_phb_check_failure()
/linux/arch/powerpc/platforms/pseries/
H A Deeh_pseries.c52 if (eeh_has_flag(EEH_FORCE_DISABLED)) in pseries_pcibios_bus_add_device()
371 if (WARN_ON_ONCE(!eeh_has_flag(EEH_PROBE_MODE_DEVTREE))) in pseries_eeh_init_edev()