Searched refs:allow_unsafe_interrupts (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/drivers/iommu/iommufd/ |
H A D | device.c | 13 static bool allow_unsafe_interrupts; variable 14 module_param(allow_unsafe_interrupts, bool, S_IRUGO | S_IWUSR); 16 allow_unsafe_interrupts, 187 if (!allow_unsafe_interrupts) { in iommufd_device_bind() 196 "Use the \"allow_unsafe_interrupts\" module parameter to override\n"); in iommufd_device_bind()
|
/kernel/linux/linux-5.10/drivers/vfio/ |
H A D | vfio_iommu_type1.c | 48 static bool allow_unsafe_interrupts; variable 49 module_param_named(allow_unsafe_interrupts, 50 allow_unsafe_interrupts, bool, S_IRUGO | S_IWUSR); 51 MODULE_PARM_DESC(allow_unsafe_interrupts, 2215 if (!allow_unsafe_interrupts && !msi_remap) { in vfio_iommu_type1_attach_group() 2216 pr_warn("%s: No interrupt remapping support. Use the module param \"allow_unsafe_interrupts\" to enable VFIO IOMMU support on this platform\n", in vfio_iommu_type1_attach_group()
|
/kernel/linux/linux-6.6/drivers/vfio/ |
H A D | vfio_iommu_type1.c | 46 static bool allow_unsafe_interrupts; variable 47 module_param_named(allow_unsafe_interrupts, 48 allow_unsafe_interrupts, bool, S_IRUGO | S_IWUSR); 49 MODULE_PARM_DESC(allow_unsafe_interrupts, 2261 if (!allow_unsafe_interrupts && in vfio_iommu_type1_attach_group() 2263 pr_warn("%s: No interrupt remapping support. Use the module param \"allow_unsafe_interrupts\" to enable VFIO IOMMU support on this platform\n", in vfio_iommu_type1_attach_group()
|
Completed in 9 milliseconds