Home
last modified time | relevance | path

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

/linux/drivers/iommu/iommufd/
H A Ddevice.c14 static bool allow_unsafe_interrupts; variable
15 module_param(allow_unsafe_interrupts, bool, S_IRUGO | S_IWUSR);
17 allow_unsafe_interrupts,
244 if (!allow_unsafe_interrupts) { in iommufd_device_bind()
/linux/drivers/vfio/
H A Dvfio_iommu_type1.c48 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,
2341 if (!allow_unsafe_interrupts && in vfio_iommu_type1_attach_group()