Home
last modified time | relevance | path

Searched refs:amd_iommu_disable_list (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu.c119 char *amd_iommu_disable_list; /* list of drivers bypassing IOMMU */ variable
154 if (amd_iommu_disable_list) { in _init()
155 kmem_free(amd_iommu_disable_list, in _init()
156 strlen(amd_iommu_disable_list) + 1); in _init()
157 amd_iommu_disable_list = NULL; in _init()
170 if (amd_iommu_disable_list) { in _init()
171 kmem_free(amd_iommu_disable_list, in _init()
172 strlen(amd_iommu_disable_list) + 1); in _init()
173 amd_iommu_disable_list = NULL; in _init()
202 if (amd_iommu_disable_list) { in _fini()
[all …]
H A Damd_iommu_impl.c1424 if (amd_iommu_disable_list) { in amd_iommu_probe()
1425 s = strstr(amd_iommu_disable_list, driver); in amd_iommu_probe()
1428 if (s == amd_iommu_disable_list || *(s - 1) == ':') { in amd_iommu_probe()
1961 amd_iommu_disable_list = kmem_alloc(strlen(propval) + 1, in amd_iommu_read_boot_props()
1963 (void) strcpy(amd_iommu_disable_list, propval); in amd_iommu_read_boot_props()
1986 amd_iommu_disable_list = kmem_alloc(strlen(disable) + 1, in amd_iommu_lookup_conf_props()
1988 (void) strcpy(amd_iommu_disable_list, disable); in amd_iommu_lookup_conf_props()
H A Damd_iommu_impl.h473 extern char *amd_iommu_disable_list;