Searched refs:iommu_feature_enable (Results 1 – 3 of 3) sorted by relevance
| /linux/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 | 430 void iommu_feature_enable(struct amd_iommu *iommu, u8 bit) in iommu_feature_enable() function 443 iommu_feature_enable(iommu, CONTROL_IOMMU_EN); in iommu_enable() 772 iommu_feature_enable(iommu, cntrl_intr); in amd_iommu_restart_log() 773 iommu_feature_enable(iommu, cntrl_log); in amd_iommu_restart_log() 811 iommu_feature_enable(iommu, CONTROL_CMDBUF_EN); in amd_iommu_reset_cmd_buffer() 898 iommu_feature_enable(iommu, CONTROL_EVT_LOG_EN); in iommu_enable_event_buffer() 942 iommu_feature_enable(iommu, CONTROL_GAINT_EN); in iommu_ga_log_enable() 943 iommu_feature_enable(iommu, CONTROL_GALOG_EN); in iommu_ga_log_enable() 1115 iommu_feature_enable(iommu, CONTROL_XT_EN); in iommu_enable_xt() 1124 iommu_feature_enable(iommu, CONTROL_GT_EN); in iommu_enable_gt() [all …]
|
| H A D | amd_iommu.h | 26 void iommu_feature_enable(struct amd_iommu *iommu, u8 bit);
|