Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - I index
The Linux kernel configuration item CONFIG_IOMMU_DEFAULT_PASSTHROUGH
has multiple definitions:
drivers/iommu/Kconfig
The configuration item CONFIG_IOMMU_DEFAULT_PASSTHROUGH:
(none)
Trusted devices are identity-mapped, giving them unrestricted access to memory with minimal performance overhead. Equivalent to passing "iommu.passthrough=1" (historically "iommu=pt") on the command line.
If this mode is not supported by the IOMMU driver, the effective runtime default will fall back to IOMMU_DEFAULT_DMA_STRICT.
drivers/iommu/Kconfig
The configuration item CONFIG_IOMMU_DEFAULT_PASSTHROUGH:
CONFIG_IOMMU_API
Enable passthrough by default, removing the need to pass in iommu.passthrough=on or iommu=pt through command line. If this is enabled, you can still disable with iommu.passthrough=off or iommu=nopt depending on the architecture.
If unsure, say N here.
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - I index
Automatically generated (in year 2024). See also LKDDb sources on GitLab