Searched refs:iommu_feature_enable (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/iommu/amd/ |
| H A D | ppr.c | 34 iommu_feature_enable(iommu, CONTROL_PPR_EN); in amd_iommu_enable_ppr_log() 45 iommu_feature_enable(iommu, CONTROL_PPRINT_EN); in amd_iommu_enable_ppr_log() 46 iommu_feature_enable(iommu, CONTROL_PPRLOG_EN); in amd_iommu_enable_ppr_log()
|
| H A D | init.c | 438 iommu_feature_enable(iommu, CONTROL_IOMMU_EN); in iommu_enable() 749 iommu_feature_enable(iommu, cntrl_intr); in amd_iommu_restart_log() 750 iommu_feature_enable(iommu, cntrl_log); in amd_iommu_restart_log() 788 iommu_feature_enable(iommu, CONTROL_CMDBUF_EN); in amd_iommu_reset_cmd_buffer() 907 iommu_feature_enable(iommu, CONTROL_GAINT_EN); in iommu_ga_log_enable() 908 iommu_feature_enable(iommu, CONTROL_GALOG_EN); in iommu_ga_log_enable() 965 iommu_feature_enable(iommu, CONTROL_XT_EN); in iommu_enable_xt() 974 iommu_feature_enable(iommu, CONTROL_GT_EN); in iommu_enable_gt() 2651 iommu_feature_enable(iommu, CONTROL_EPH_EN); in iommu_init_flags() 2703 iommu_feature_enable(iommu, CONTROL_GA_EN); in iommu_enable_ga() [all …]
|
| H A D | amd_iommu.h | 26 void iommu_feature_enable(struct amd_iommu *iommu, u8 bit);
|