Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Damd-iommu.h199 bool amd_iommu_pc_supported(void);
/Linux-v6.6/drivers/iommu/amd/
Damd_iommu.h47 bool amd_iommu_pc_supported(void);
Dinit.c3734 bool amd_iommu_pc_supported(void) in amd_iommu_pc_supported() function
3738 EXPORT_SYMBOL(amd_iommu_pc_supported);
/Linux-v6.6/arch/x86/events/amd/
Diommu.c461 if (!amd_iommu_pc_supported()) in amd_iommu_pc_init()