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() 769 iommu_feature_enable(iommu, cntrl_intr); in amd_iommu_restart_log() 770 iommu_feature_enable(iommu, cntrl_log); in amd_iommu_restart_log() 808 iommu_feature_enable(iommu, CONTROL_CMDBUF_EN); in amd_iommu_reset_cmd_buffer() 895 iommu_feature_enable(iommu, CONTROL_EVT_LOG_EN); in iommu_enable_event_buffer() 939 iommu_feature_enable(iommu, CONTROL_GAINT_EN); in iommu_ga_log_enable() 940 iommu_feature_enable(iommu, CONTROL_GALOG_EN); in iommu_ga_log_enable() 1112 iommu_feature_enable(iommu, CONTROL_XT_EN); in iommu_enable_xt() 1121 iommu_feature_enable(iommu, CONTROL_GT_EN); in iommu_enable_gt() [all …]
|
| H A D | amd_iommu.h | 25 void iommu_feature_enable(struct amd_iommu *iommu, u8 bit);
|