Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Damd-iommu.h199 bool amd_iommu_pc_supported(void);
/openbmc/linux/drivers/iommu/amd/
H A Damd_iommu.h47 bool amd_iommu_pc_supported(void);
H A Dinit.c3746 bool amd_iommu_pc_supported(void) in amd_iommu_pc_supported() function
3750 EXPORT_SYMBOL(amd_iommu_pc_supported);
/openbmc/linux/arch/x86/events/amd/
H A Diommu.c461 if (!amd_iommu_pc_supported()) in amd_iommu_pc_init()