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() 47 iommu_feature_enable(iommu, CONTROL_PPRINT_EN); in amd_iommu_enable_ppr_log() 48 iommu_feature_enable(iommu, CONTROL_PPRLOG_EN); in amd_iommu_enable_ppr_log()
|
| H A D | init.c | 433 void iommu_feature_enable(struct amd_iommu *iommu, u8 bit) in iommu_feature_enable() function 446 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() 910 iommu_feature_enable(iommu, CONTROL_EVT_LOG_EN); in iommu_enable_event_buffer() 955 iommu_feature_enable(iommu, CONTROL_GAINT_EN); in iommu_ga_log_enable() 956 iommu_feature_enable(iommu, CONTROL_GALOG_EN); in iommu_ga_log_enable() 1127 iommu_feature_enable(iommu, CONTROL_XT_EN); in iommu_enable_xt() 1136 iommu_feature_enable(iommu, CONTROL_GT_EN); in iommu_enable_gt() [all …]
|
| H A D | amd_iommu.h | 28 void iommu_feature_enable(struct amd_iommu *iommu, u8 bit);
|