Searched refs:iommu_feature_enable (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/iommu/amd/ |
D | init.c | 428 static void iommu_feature_enable(struct amd_iommu *iommu, u8 bit) in iommu_feature_enable() function 459 iommu_feature_enable(iommu, CONTROL_IOMMU_EN); in iommu_enable() 751 iommu_feature_enable(iommu, CONTROL_EVT_LOG_EN); in amd_iommu_restart_event_logging() 767 iommu_feature_enable(iommu, CONTROL_CMDBUF_EN); in amd_iommu_reset_cmd_buffer() 842 iommu_feature_enable(iommu, CONTROL_EVT_LOG_EN); in iommu_enable_event_buffer() 883 iommu_feature_enable(iommu, CONTROL_PPRLOG_EN); in iommu_enable_ppr_log() 884 iommu_feature_enable(iommu, CONTROL_PPR_EN); in iommu_enable_ppr_log() 920 iommu_feature_enable(iommu, CONTROL_GAINT_EN); in iommu_ga_log_enable() 921 iommu_feature_enable(iommu, CONTROL_GALOG_EN); in iommu_ga_log_enable() 980 iommu_feature_enable(iommu, CONTROL_XT_EN); in iommu_enable_xt() [all …]
|