Searched refs:allow_unsafe_interrupts (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/iommu/iommufd/
H A Ddevice.c13 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) {
196 "Use the \"allow_unsafe_interrupts\" module parameter to override\n");
/linux-master/drivers/vfio/
H A Dvfio_iommu_type1.c46 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,
2251 if (!allow_unsafe_interrupts &&
2253 pr_warn("%s: No interrupt remapping support. Use the module param \"allow_unsafe_interrupts\" to enable VFIO IOMMU support on this platform\n",

Completed in 137 milliseconds