Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/vfio/
Dvfio_spapr_eeh.c62 ret = eeh_pe_set_option(pe, EEH_OPT_DISABLE); in vfio_spapr_iommu_eeh_ioctl()
65 ret = eeh_pe_set_option(pe, EEH_OPT_ENABLE); in vfio_spapr_iommu_eeh_ioctl()
68 ret = eeh_pe_set_option(pe, EEH_OPT_THAW_MMIO); in vfio_spapr_iommu_eeh_ioctl()
71 ret = eeh_pe_set_option(pe, EEH_OPT_THAW_DMA); in vfio_spapr_iommu_eeh_ioctl()
/Linux-v4.19/arch/powerpc/include/asm/
Deeh.h307 int eeh_pe_set_option(struct eeh_pe *pe, int option);
/Linux-v4.19/arch/powerpc/kernel/
Deeh.c1522 int eeh_pe_set_option(struct eeh_pe *pe, int option) in eeh_pe_set_option() function
1563 EXPORT_SYMBOL_GPL(eeh_pe_set_option);
/Linux-v4.19/drivers/pci/hotplug/
Dpnv_php.c741 eeh_pe_set_option(pe, EEH_OPT_FREEZE_PE); in pnv_php_interrupt()