Home
last modified time | relevance | path

Searched refs:eeh_pe_reset (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/kernel/
H A Deeh.c854 ret = eeh_pe_reset(pe, type, include_passed); in eeh_pe_reset_full()
856 ret = eeh_pe_reset(pe, EEH_RESET_DEACTIVATE, in eeh_pe_reset_full()
1455 int eeh_pe_reset(struct eeh_pe *pe, int option, bool include_passed) in eeh_pe_reset() function
1495 EXPORT_SYMBOL_GPL(eeh_pe_reset);
/linux/drivers/vfio/
H A Dvfio_iommu_spapr_tce.c807 return eeh_pe_reset(pe, EEH_RESET_DEACTIVATE, true); in vfio_spapr_ioctl_eeh_pe_op()
809 return eeh_pe_reset(pe, EEH_RESET_HOT, true); in vfio_spapr_ioctl_eeh_pe_op()
811 return eeh_pe_reset(pe, EEH_RESET_FUNDAMENTAL, true); in vfio_spapr_ioctl_eeh_pe_op()
/linux/arch/powerpc/include/asm/
H A Deeh.h307 int eeh_pe_reset(struct eeh_pe *pe, int option, bool include_passed);