Home
last modified time | relevance | path

Searched refs:permissive (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/xen/xen-pciback/
H A Dpciback.h50 unsigned int permissive:1; member
H A Dconf_space.c23 module_param_named(permissive, xen_pcibk_permissive, bool, 0644);
249 * read-only. The permissive flag changes this behavior so in xen_pcibk_config_write()
254 if (dev_data->permissive || xen_pcibk_permissive) { in xen_pcibk_config_write()
275 "1) see permissive attribute in sysfs\n" in xen_pcibk_config_write()
H A Dconf_space_capability.c224 if (xen_pcibk_permissive || dev_data->permissive) in msi_msix_flags_write()
H A Dpci_stub.c1391 if (!dev_data->permissive) { in permissive_store()
1392 dev_data->permissive = 1; in permissive_store()
1394 dev_warn(&psdev->dev->dev, "enabling permissive mode " in permissive_store()
1397 "permissive mode is potentially unsafe!\n"); in permissive_store()
1420 if (!dev_data || !dev_data->permissive) in permissive_show()
1429 static DRIVER_ATTR_RW(permissive);
H A Dconf_space_header.c29 /* Bits guests are allowed to control in permissive mode. */
113 if (!xen_pcibk_permissive && (!dev_data || !dev_data->permissive)) in command_write()
/kernel/linux/linux-6.6/drivers/xen/xen-pciback/
H A Dpciback.h50 unsigned int permissive:1; member
H A Dconf_space.c23 module_param_named(permissive, xen_pcibk_permissive, bool, 0644);
249 * read-only. The permissive flag changes this behavior so in xen_pcibk_config_write()
254 if (dev_data->permissive || xen_pcibk_permissive) { in xen_pcibk_config_write()
275 "1) see permissive attribute in sysfs\n" in xen_pcibk_config_write()
H A Dconf_space_capability.c224 if (xen_pcibk_permissive || dev_data->permissive) in msi_msix_flags_write()
H A Dpci_stub.c1390 if (!dev_data->permissive) { in permissive_store()
1391 dev_data->permissive = 1; in permissive_store()
1393 dev_warn(&psdev->dev->dev, "enabling permissive mode " in permissive_store()
1396 "permissive mode is potentially unsafe!\n"); in permissive_store()
1419 if (!dev_data || !dev_data->permissive) in permissive_show()
1428 static DRIVER_ATTR_RW(permissive);
H A Dconf_space_header.c29 /* Bits guests are allowed to control in permissive mode. */
113 if (!xen_pcibk_permissive && (!dev_data || !dev_data->permissive)) in command_write()
/kernel/linux/linux-5.10/security/tomoyo/
H A Dcommon.h883 struct tomoyo_preference *permissive; member
/kernel/linux/linux-6.6/security/tomoyo/
H A Dcommon.h883 struct tomoyo_preference *permissive; member

Completed in 14 milliseconds