Home
last modified time | relevance | path

Searched refs:CONTROL_EVT_LOG_EN (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/iommu/amd/
Dinit.c472 iommu_feature_disable(iommu, CONTROL_EVT_LOG_EN); in iommu_disable()
750 iommu_feature_disable(iommu, CONTROL_EVT_LOG_EN); in amd_iommu_restart_event_logging()
751 iommu_feature_enable(iommu, CONTROL_EVT_LOG_EN); in amd_iommu_restart_event_logging()
842 iommu_feature_enable(iommu, CONTROL_EVT_LOG_EN); in iommu_enable_event_buffer()
850 iommu_feature_disable(iommu, CONTROL_EVT_LOG_EN); in iommu_disable_event_buffer()
Damd_iommu_types.h156 #define CONTROL_EVT_LOG_EN 2 macro