Home
last modified time | relevance | path

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

/linux/drivers/vfio/pci/
H A Dvfio_pci.c37 static bool nointxmask; variable
38 module_param_named(nointxmask, nointxmask, bool, S_IRUGO | S_IWUSR);
39 MODULE_PARM_DESC(nointxmask,
140 vdev->nointxmask = nointxmask; in vfio_pci_init_dev()
H A Dvfio_pci_core.c118 seq_puts(seq, vdev->nointxmask ? "Y\n" : "N\n"); in vfio_pci_core_debugfs_nointxmask()
622 if (likely(!vdev->nointxmask)) { in vfio_pci_core_enable()
/linux/Documentation/ABI/testing/
H A Ddebugfs-vfio40 What: /sys/kernel/debug/vfio/<device>/pci/nointxmask
44 Description: Read the nointxmask policy latched for this device. This
/linux/include/linux/
H A Dvfio_pci_core.h130 bool nointxmask:1; member