Home
last modified time | relevance | path

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

/linux-6.6.21/arch/s390/pci/
Dpci_dma.c22 static u32 s390_iommu_aperture_factor = 1; variable
701 if (!s390_iommu_aperture_factor) in zpci_dma_init()
704 s390_iommu_aperture *= s390_iommu_aperture_factor; in zpci_dma_init()
741 if (kstrtou32(str, 10, &s390_iommu_aperture_factor)) in s390_iommu_aperture_setup()
742 s390_iommu_aperture_factor = 1; in s390_iommu_aperture_setup()