Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/vfio/
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,
2373 if (!allow_unsafe_interrupts && !msi_remap) { in vfio_iommu_type1_attach_group()