Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/include/asm/
Deeh.h27 #define EEH_FORCE_DISABLED 0x02 /* EEH disabled */ macro
257 return eeh_has_flag(EEH_ENABLED) && !eeh_has_flag(EEH_FORCE_DISABLED); in eeh_enabled()
/Linux-v5.4/arch/powerpc/kernel/
Deeh.c145 eeh_add_flag(EEH_FORCE_DISABLED); in eeh_setup()
155 if (eeh_has_flag(EEH_FORCE_DISABLED)) in eeh_show_enabled()
1228 if (eeh_has_flag(EEH_FORCE_DISABLED)) in eeh_add_device_tree_late()
1800 eeh_clear_flag(EEH_FORCE_DISABLED); in eeh_enable_dbgfs_set()
1802 eeh_add_flag(EEH_FORCE_DISABLED); in eeh_enable_dbgfs_set()
/Linux-v5.4/arch/powerpc/platforms/pseries/
Deeh_pseries.c49 if (eeh_has_flag(EEH_FORCE_DISABLED)) in pseries_pcibios_bus_add_device()
/Linux-v5.4/arch/powerpc/platforms/powernv/
Deeh-powernv.c45 if (!pdn || eeh_has_flag(EEH_FORCE_DISABLED)) in pnv_pcibios_bus_add_device()