Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
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()
/arch/powerpc/platforms/powernv/
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()
1135 if (!eeh_has_flag(EEH_EARLY_DUMP_LOG)) in pnv_eeh_get_log()
1557 if (eeh_has_flag(EEH_EARLY_DUMP_LOG)) in pnv_eeh_next_error()
/arch/powerpc/kernel/
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()
/arch/powerpc/platforms/pseries/
Deeh_pseries.c50 if (eeh_has_flag(EEH_FORCE_DISABLED)) in pseries_pcibios_bus_add_device()
369 if (WARN_ON_ONCE(!eeh_has_flag(EEH_PROBE_MODE_DEVTREE))) in pseries_eeh_init_edev()