| /kernel/linux/linux-6.6/tools/include/uapi/linux/ |
| D | fcntl.h | 41 #define F_SEAL_SEAL 0x0001 /* prevent further seals from being set */ 42 #define F_SEAL_SHRINK 0x0002 /* prevent file from shrinking */ 43 #define F_SEAL_GROW 0x0004 /* prevent file from growing */ 44 #define F_SEAL_WRITE 0x0008 /* prevent writes */ 45 #define F_SEAL_FUTURE_WRITE 0x0010 /* prevent future writes while mapped */ 46 #define F_SEAL_EXEC 0x0020 /* prevent chmod modifying exec bits */
|
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| D | fcntl.h | 41 #define F_SEAL_SEAL 0x0001 /* prevent further seals from being set */ 42 #define F_SEAL_SHRINK 0x0002 /* prevent file from shrinking */ 43 #define F_SEAL_GROW 0x0004 /* prevent file from growing */ 44 #define F_SEAL_WRITE 0x0008 /* prevent writes */ 45 #define F_SEAL_FUTURE_WRITE 0x0010 /* prevent future writes while mapped */ 46 #define F_SEAL_EXEC 0x0020 /* prevent chmod modifying exec bits */
|
| /kernel/linux/linux-5.10/tools/include/uapi/linux/ |
| D | fcntl.h | 41 #define F_SEAL_SEAL 0x0001 /* prevent further seals from being set */ 42 #define F_SEAL_SHRINK 0x0002 /* prevent file from shrinking */ 43 #define F_SEAL_GROW 0x0004 /* prevent file from growing */ 44 #define F_SEAL_WRITE 0x0008 /* prevent writes */ 45 #define F_SEAL_FUTURE_WRITE 0x0010 /* prevent future writes while mapped */
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | fcntl.h | 41 #define F_SEAL_SEAL 0x0001 /* prevent further seals from being set */ 42 #define F_SEAL_SHRINK 0x0002 /* prevent file from shrinking */ 43 #define F_SEAL_GROW 0x0004 /* prevent file from growing */ 44 #define F_SEAL_WRITE 0x0008 /* prevent writes */ 45 #define F_SEAL_FUTURE_WRITE 0x0010 /* prevent future writes while mapped */
|
| /kernel/linux/linux-6.6/Documentation/ABI/testing/ |
| D | sysfs-bus-pci-drivers-xhci_hcd | 35 disabled state to prevent USB device descriptor change while 48 disabled state to prevent USB device descriptor change while 60 disabled state to prevent USB device descriptor change while 73 disabled state to prevent USB descriptor change while
|
| /kernel/linux/linux-6.6/mm/ |
| D | memfd.c | 174 * may prevent some kinds of access to the file. Currently, the in memfd_add_seals() 176 * SEAL_SEAL: Prevent further seals from being set on this file in memfd_add_seals() 177 * SEAL_SHRINK: Prevent the file from shrinking in memfd_add_seals() 178 * SEAL_GROW: Prevent the file from growing in memfd_add_seals() 179 * SEAL_WRITE: Prevent write access to the file in memfd_add_seals() 180 * SEAL_EXEC: Prevent modification of the exec bits in the file mode in memfd_add_seals() 183 * must prevent seals from being removed. Therefore, sealing a file in memfd_add_seals()
|
| /kernel/linux/linux-5.10/drivers/md/ |
| D | dm-builtin.c | 12 * The release method suffers from module unload race. We may prevent the 15 * method), however there is no way to prevent the module from being 37 * higher-priority processes that prevent the low-priority process from
|
| /kernel/linux/linux-6.6/drivers/md/ |
| D | dm-builtin.c | 12 * The release method suffers from module unload race. We may prevent the 15 * method), however there is no way to prevent the module from being 37 * higher-priority processes that prevent the low-priority process from
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/microchip/ |
| D | lan743x_ptp.h | 26 /* gpio_lock: used to prevent concurrent access to gpio settings */ 66 /* command_lock: used to prevent concurrent ptp commands */ 79 /* tx_ts_lock: used to prevent concurrent access to timestamp arrays */
|
| /kernel/linux/linux-5.10/mm/ |
| D | memfd.c | 172 * may prevent some kinds of access to the file. Currently, the in memfd_add_seals() 174 * SEAL_SEAL: Prevent further seals from being set on this file in memfd_add_seals() 175 * SEAL_SHRINK: Prevent the file from shrinking in memfd_add_seals() 176 * SEAL_GROW: Prevent the file from growing in memfd_add_seals() 177 * SEAL_WRITE: Prevent write access to the file in memfd_add_seals() 180 * must prevent seals from being removed. Therefore, sealing a file in memfd_add_seals()
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
| D | test_rdonly_maps.c | 27 /* prevent compiler to optimize everything out */ in skip_loop() 46 /* prevent compiler to optimize everything out */ in part_loop() 65 /* prevent compiler to optimize everything out */ in full_loop()
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/microchip/ |
| D | lan743x_ptp.h | 30 /* gpio_lock: used to prevent concurrent access to gpio settings */ 75 /* command_lock: used to prevent concurrent ptp commands */ 90 /* tx_ts_lock: used to prevent concurrent access to timestamp arrays */
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
| D | test_rdonly_maps.c | 27 /* prevent compiler to optimize everything out */ in skip_loop() 46 /* prevent compiler to optimize everything out */ in part_loop() 65 /* prevent compiler to optimize everything out */ in full_loop()
|
| /kernel/linux/linux-5.10/drivers/cpuidle/ |
| D | coupled.c | 95 * @prevent: flag to prevent coupled idle while a cpu is hotplugging 104 int prevent; member 405 * the waiting count first to prevent another cpu looping back in and seeing 480 while (coupled->prevent) { in cpuidle_enter_state_coupled() 491 /* Read barrier ensures online_count is read after prevent is cleared */ in cpuidle_enter_state_coupled() 529 if (coupled->prevent) { in cpuidle_enter_state_coupled() 670 coupled->prevent++; in cpuidle_coupled_register_device() 704 * cpuidle_coupled_prevent_idle - prevent cpus from entering a coupled state 715 coupled->prevent++; in cpuidle_coupled_prevent_idle() 735 * see prevent == 0. in cpuidle_coupled_allow_idle() [all …]
|
| /kernel/linux/linux-6.6/drivers/cpuidle/ |
| D | coupled.c | 95 * @prevent: flag to prevent coupled idle while a cpu is hotplugging 104 int prevent; member 405 * the waiting count first to prevent another cpu looping back in and seeing 480 while (coupled->prevent) { in cpuidle_enter_state_coupled() 491 /* Read barrier ensures online_count is read after prevent is cleared */ in cpuidle_enter_state_coupled() 529 if (coupled->prevent) { in cpuidle_enter_state_coupled() 670 coupled->prevent++; in cpuidle_coupled_register_device() 703 * cpuidle_coupled_prevent_idle - prevent cpus from entering a coupled state 714 coupled->prevent++; in cpuidle_coupled_prevent_idle() 734 * see prevent == 0. in cpuidle_coupled_allow_idle() [all …]
|
| /kernel/linux/linux-6.6/drivers/clk/sifive/ |
| D | sifive-prci.c | 123 * Context: Any context. Caller must prevent the records pointed to by 143 * Context: Any context. Caller must prevent the records pointed to by 309 * Context: Any context. Caller must prevent concurrent changes to the 330 * Context: Any context. Caller must prevent concurrent changes to the 352 * Context: Any context. Caller must prevent concurrent changes to the 373 * Context: Any context. Caller must prevent concurrent changes to the 394 * Context: Any context. Caller must prevent concurrent changes to the 415 * Context: Any context. Caller must prevent concurrent changes to the 436 * Context: Any context. Caller must prevent concurrent changes to the
|
| /kernel/linux/linux-6.6/Documentation/userspace-api/ |
| D | no_new_privs.rst | 7 programs and file capabilities. To prevent the parent program from 9 careful to prevent the parent from doing anything that could subvert the 41 Note that ``no_new_privs`` does not prevent privilege changes that do not
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/ |
| D | no_new_privs.rst | 7 programs and file capabilities. To prevent the parent program from 9 careful to prevent the parent from doing anything that could subvert the 41 Note that ``no_new_privs`` does not prevent privilege changes that do not
|
| /kernel/linux/linux-5.10/Documentation/core-api/ |
| D | debug-objects.rst | 79 can deactivate an active object in order to prevent damage to the 102 can deactivate an active object in order to prevent damage to the 126 deactivate an active object in order to prevent damage to the subsystem. 156 prevent the usage of invalid objects, which are still available in 166 deactivate an active object in order to prevent damage to the subsystem. 182 prevent damage to the subsystem.
|
| /kernel/linux/linux-6.6/Documentation/core-api/ |
| D | debug-objects.rst | 79 can deactivate an active object in order to prevent damage to the 102 can deactivate an active object in order to prevent damage to the 126 deactivate an active object in order to prevent damage to the subsystem. 156 prevent the usage of invalid objects, which are still available in 166 deactivate an active object in order to prevent damage to the subsystem. 182 prevent damage to the subsystem.
|
| /kernel/linux/linux-6.6/arch/x86/kernel/ |
| D | sev_verify_cbit.S | 47 * prevent forward progress than to work with a non-random value here. 77 * The check failed, prevent any forward progress to prevent ROP
|
| /kernel/linux/linux-5.10/arch/x86/kernel/ |
| D | sev_verify_cbit.S | 47 * prevent forward progress than to work with a non-random value here. 77 * The check failed, prevent any forward progress to prevent ROP
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/verifier/ |
| D | prevent_map_lookup.c | 2 "prevent map lookup in stack trace", 17 "prevent map lookup in prog array",
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/ |
| D | kernel-per-CPU-kthreads.rst | 46 that does not require per-CPU kthreads. This will prevent these 113 3. Once your application has started, prevent CPU-hotplug operations 125 3. Once your application has started, prevent CPU-hotplug operations 137 3. Once your application has started, prevent CPU-hotplug operations 331 2. Build with CONFIG_RCU_NOCB_CPU=n, which will prevent these 344 1. Build with CONFIG_LOCKUP_DETECTOR=n, which will prevent these 346 2. Boot with "nosoftlockup=0", which will also prevent these kthreads
|
| /kernel/linux/linux-5.10/drivers/net/ipa/ |
| D | ipa_smp2p.h | 30 * ipa_smp2p_disable() - Prevent "ipa-setup-ready" interrupt handling 33 * Prevent handling of the "setup ready" interrupt from the modem.
|