Searched refs:allow_unsafe_interrupts (Results 1 – 2 of 2) sorted by relevance
14 static bool allow_unsafe_interrupts; variable15 module_param(allow_unsafe_interrupts, bool, S_IRUGO | S_IWUSR);17 allow_unsafe_interrupts,193 if (!allow_unsafe_interrupts) { in iommufd_device_bind()
46 static bool allow_unsafe_interrupts; variable47 module_param_named(allow_unsafe_interrupts,48 allow_unsafe_interrupts, bool, S_IRUGO | S_IWUSR);49 MODULE_PARM_DESC(allow_unsafe_interrupts,2272 if (!allow_unsafe_interrupts && in vfio_iommu_type1_attach_group()