Searched refs:iommu_feature_enable (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/iommu/amd/ |
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()
|
D | init.c | 425 void iommu_feature_enable(struct amd_iommu *iommu, u8 bit) in iommu_feature_enable() function 456 iommu_feature_enable(iommu, CONTROL_IOMMU_EN); in iommu_enable() 767 iommu_feature_enable(iommu, cntrl_intr); in amd_iommu_restart_log() 768 iommu_feature_enable(iommu, cntrl_log); in amd_iommu_restart_log() 806 iommu_feature_enable(iommu, CONTROL_CMDBUF_EN); in amd_iommu_reset_cmd_buffer() 881 iommu_feature_enable(iommu, CONTROL_EVT_LOG_EN); in iommu_enable_event_buffer() 925 iommu_feature_enable(iommu, CONTROL_GAINT_EN); in iommu_ga_log_enable() 926 iommu_feature_enable(iommu, CONTROL_GALOG_EN); in iommu_ga_log_enable() 983 iommu_feature_enable(iommu, CONTROL_XT_EN); in iommu_enable_xt() 992 iommu_feature_enable(iommu, CONTROL_GT_EN); in iommu_enable_gt() [all …]
|
D | amd_iommu.h | 27 void iommu_feature_enable(struct amd_iommu *iommu, u8 bit);
|