Home
last modified time | relevance | path

Searched full:prevent (Results 1 – 25 of 4342) sorted by relevance

12345678910>>...174

/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A DMakefile43 # Prevent misuse when CONFIG_MALI_BIFROST_NO_MALI
49 # Prevent misuse when CONFIG_MALI_BIFROST_DVFS=y
56 # Prevent misuse when CONFIG_MALI_DMA_BUF_MAP_ON_DEMAND=y
72 # Prevent misuse when CONFIG_MALI_BIFROST_NO_MALI=n
79 # Prevent misuse when CONFIG_MALI_HW_ERRATA_1485982_NOT_AFFECTED=y
93 # Prevent misuse when CONFIG_MALI_BIFROST_DEBUG=n
99 # Prevent misuse when CONFIG_MALI_BIFROST_EXPERT=n
125 # Prevent misuse when CONFIG_MALI_KUTF=n
131 # Prevent misuse when CONFIG_MALI_BIFROST_DEBUG=n
138 # Prevent misuse when CONFIG_MALI_BIFROST=n
[all …]
H A DKconfig185 helps to prevent memory fragmentation.
284 become unavailable. Enabling this option will prevent power management
296 become unavailable. Enabling this option will prevent power management
317 Enabling this option will prevent power management from working
360 The workaround introduces a limitation that will prevent the running of
/OK3568_Linux_fs/yocto/meta-openembedded/meta-filesystems/recipes-utils/aufs-util/aufs-util/
H A Daufs-util-don-t-strip-executables.patch9 …WARNING: File '/sbin/mount.aufs' from aufs-util was already stripped, this will prevent future deb…
10 …WARNING: File '/sbin/auplink' from aufs-util was already stripped, this will prevent future debugg…
11 …WARNING: File '/sbin/umount.aufs' from aufs-util was already stripped, this will prevent future de…
12 …WARNING: File '/sbin/auibusy' from aufs-util was already stripped, this will prevent future debugg…
13 …WARNING: File '/usr/lib/libau.so.2.6' from aufs-util was already stripped, this will prevent futur…
15 To prevent this, we remove -s from LDFLAGS.
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dfcntl.h41 #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 */
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfcntl.h41 #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 */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dfcntl.h40 #define F_SEAL_SEAL 0x0001 /* prevent further seals from being set */
41 #define F_SEAL_SHRINK 0x0002 /* prevent file from shrinking */
42 #define F_SEAL_GROW 0x0004 /* prevent file from growing */
43 #define F_SEAL_WRITE 0x0008 /* prevent writes */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dfcntl.h40 #define F_SEAL_SEAL 0x0001 /* prevent further seals from being set */
41 #define F_SEAL_SHRINK 0x0002 /* prevent file from shrinking */
42 #define F_SEAL_GROW 0x0004 /* prevent file from growing */
43 #define F_SEAL_WRITE 0x0008 /* prevent writes */
/OK3568_Linux_fs/buildroot/package/cereal/
H A D0001-Store-a-copy-of-each-serialized-shared_ptr-within-the-archive.patch5 to prevent the shared_ptr to be freed to early. (#667)
30 + The archive takes a copy to prevent the memory location to be freed
31 + as long as the address is used as id. This is needed to prevent CVE…
49 + // during lifetime of itsSharedPointerMap to prevent CVE-2020-11105.
/OK3568_Linux_fs/kernel/drivers/cpuidle/
H A Dcoupled.c95 * @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 …]
/OK3568_Linux_fs/kernel/mm/
H A Dmemfd.c172 * 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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/microchip/
H A Dlan743x_ptp.h26 /* 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 */
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-builtin.c12 * 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
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Ddebug-objects.rst79 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.
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dtest_rdonly_maps.c27 /* 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()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dkernel-per-CPU-kthreads.rst46 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
/OK3568_Linux_fs/kernel/kernel/
H A Dkexec.c214 * prevent loading in that case in kexec_load_check()
252 * prevent multiple crash kernels from attempting to load in SYSCALL_DEFINE4()
253 * simultaneously, and to prevent a crash kernel from loading in SYSCALL_DEFINE4()
306 * prevent multiple crash kernels from attempting to load in COMPAT_SYSCALL_DEFINE4()
307 * simultaneously, and to prevent a crash kernel from loading in COMPAT_SYSCALL_DEFINE4()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/
H A Dno_new_privs.rst7 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
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dsev_verify_cbit.S47 * prevent forward progress than to work with a non-random value here.
77 * The check failed, prevent any forward progress to prevent ROP
/OK3568_Linux_fs/kernel/Documentation/power/
H A Dfreezing-of-tasks.rst106 1. The principal reason is to prevent filesystems from being damaged after
125 to allocate additional memory and we prevent them from doing that by
130 3. The third reason is to prevent user space processes and some kernel threads
160 4. Another reason for freezing tasks is to prevent user space processes from
213 VI. Are there any precautions to be taken to prevent freezing failures?
238 mutex_[un]lock(&system_transition_mutex). That would prevent freezing failures.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dfcntl-linux.h239 # define LOCK_NB 4 /* Or'd with one of the above to prevent
283 # define F_SEAL_SEAL 0x0001 /* Prevent further seals from being set. */
284 # define F_SEAL_SHRINK 0x0002 /* Prevent file from shrinking. */
285 # define F_SEAL_GROW 0x0004 /* Prevent file from growing. */
286 # define F_SEAL_WRITE 0x0008 /* Prevent writes. */
287 # define F_SEAL_FUTURE_WRITE 0x0010 /* Prevent future writes while
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dfcntl-linux.h239 # define LOCK_NB 4 /* Or'd with one of the above to prevent
283 # define F_SEAL_SEAL 0x0001 /* Prevent further seals from being set. */
284 # define F_SEAL_SHRINK 0x0002 /* Prevent file from shrinking. */
285 # define F_SEAL_GROW 0x0004 /* Prevent file from growing. */
286 # define F_SEAL_WRITE 0x0008 /* Prevent writes. */
287 # define F_SEAL_FUTURE_WRITE 0x0010 /* Prevent future writes while
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/verifier/
H A Dprevent_map_lookup.c2 "prevent map lookup in stack trace",
17 "prevent map lookup in prog array",
/OK3568_Linux_fs/kernel/drivers/net/ipa/
H A Dipa_smp2p.h30 * ipa_smp2p_disable() - Prevent "ipa-setup-ready" interrupt handling
33 * Prevent handling of the "setup ready" interrupt from the modem.
/OK3568_Linux_fs/kernel/arch/x86/
H A DMakefile.um22 # prevent gcc from keeping the stack 16 byte aligned. Taken from i386.
25 # Prevent sprintf in nfsd from being converted to strcpy and resulting in
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/openldap/openldap/
H A D0001-build-top.mk-unset-STRIP_OPTS.patch10 prevent future debugging! [already-stripped]
14 prevent future debugging! [already-stripped]

12345678910>>...174