Searched refs:EEH_FORCE_DISABLED (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Deeh.h27 #define EEH_FORCE_DISABLED 0x02 /* EEH disabled */ macro
255 return eeh_has_flag(EEH_ENABLED) && !eeh_has_flag(EEH_FORCE_DISABLED);
/linux-master/arch/powerpc/kernel/
H A Deeh.c145 eeh_add_flag(EEH_FORCE_DISABLED);
155 if (eeh_has_flag(EEH_FORCE_DISABLED))
1621 eeh_clear_flag(EEH_FORCE_DISABLED);
1623 eeh_add_flag(EEH_FORCE_DISABLED);
/linux-master/arch/powerpc/platforms/pseries/
H A Deeh_pseries.c52 if (eeh_has_flag(EEH_FORCE_DISABLED))

Completed in 231 milliseconds