eeh_enabled       329 arch/powerpc/include/asm/eeh.h #define EEH_POSSIBLE_ERROR(val, type)	((val) == (type)~0 && eeh_enabled())
eeh_enabled       458 arch/powerpc/kernel/eeh.c 	if (!eeh_enabled())
eeh_enabled      1278 arch/powerpc/kernel/eeh.c 	if (!dev || !eeh_enabled())
eeh_enabled      1548 arch/powerpc/kernel/eeh.c 		if (eeh_enabled()) {
eeh_enabled      1771 arch/powerpc/kernel/eeh.c 	if (!eeh_enabled()) {
eeh_enabled      1809 arch/powerpc/kernel/eeh.c 	if (eeh_enabled())
eeh_enabled       158 arch/powerpc/kernel/eeh_sysfs.c 	if (!eeh_enabled())
eeh_enabled       112 arch/powerpc/platforms/powernv/eeh-powernv.c 	if (eeh_enabled())
eeh_enabled       212 arch/powerpc/platforms/powernv/eeh-powernv.c 		if (eeh_enabled())
eeh_enabled       252 arch/powerpc/platforms/powernv/eeh-powernv.c 	if (!eeh_enabled())
eeh_enabled      1637 arch/powerpc/platforms/powernv/eeh-powernv.c 	if (ret == EEH_NEXT_ERR_NONE && eeh_enabled())
eeh_enabled        42 drivers/vfio/vfio_spapr_eeh.c 			ret = eeh_enabled() ? 1 : 0;