Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/vfio/
H A Dvfio_spapr_eeh.c59 ret = eeh_pe_set_option(pe, EEH_OPT_DISABLE); in vfio_spapr_iommu_eeh_ioctl()
62 ret = eeh_pe_set_option(pe, EEH_OPT_ENABLE); in vfio_spapr_iommu_eeh_ioctl()
65 ret = eeh_pe_set_option(pe, EEH_OPT_THAW_MMIO); in vfio_spapr_iommu_eeh_ioctl()
68 ret = eeh_pe_set_option(pe, EEH_OPT_THAW_DMA); in vfio_spapr_iommu_eeh_ioctl()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Deeh.c816 eeh_pe_set_option(pe, EEH_OPT_FREEZE_PE); in eeh_pe_refreeze_passed()
1332 int eeh_pe_set_option(struct eeh_pe *pe, int option) in eeh_pe_set_option() function
1373 EXPORT_SYMBOL_GPL(eeh_pe_set_option);
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Deeh.h305 int eeh_pe_set_option(struct eeh_pe *pe, int option);
/OK3568_Linux_fs/kernel/drivers/pci/hotplug/
H A Dpnv_php.c812 eeh_pe_set_option(pe, EEH_OPT_FREEZE_PE); in pnv_php_interrupt()