Searched refs:EEH_RESET_HOT (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c730 option == EEH_RESET_HOT)
779 else if (option == EEH_RESET_HOT)
815 case EEH_RESET_HOT:
874 case EEH_RESET_HOT:
900 pnv_eeh_root_reset(hose, EEH_RESET_HOT);
903 pnv_eeh_bridge_reset(dev, EEH_RESET_HOT);
942 case EEH_RESET_HOT:
980 case EEH_RESET_HOT:
1067 (option == EEH_RESET_HOT ||
/linux-master/arch/powerpc/platforms/pseries/
H A Deeh_pseries.c173 option = EEH_RESET_HOT;
180 if (option == EEH_RESET_FUNDAMENTAL || option == EEH_RESET_HOT)
/linux-master/arch/powerpc/include/asm/
H A Deeh.h210 #define EEH_RESET_HOT 1 /* Hot reset */ macro
/linux-master/arch/powerpc/kernel/
H A Deeh.c753 eeh_ops->reset(pe, EEH_RESET_HOT);
826 int type = EEH_RESET_HOT;
1482 case EEH_RESET_HOT:
/linux-master/drivers/vfio/
H A Dvfio_iommu_spapr_tce.c809 return eeh_pe_reset(pe, EEH_RESET_HOT, true);

Completed in 108 milliseconds