Home
last modified time | relevance | path

Searched full:prevents (Results 1 – 25 of 1053) sorted by relevance

12345678910>>...43

/openbmc/linux/arch/powerpc/include/asm/
H A Dbarrier.h22 * mb() prevents loads and stores being reordered across this point.
23 * rmb() prevents loads being reordered across this point.
24 * wmb() prevents stores being reordered across this point.
64 * This is a barrier which prevents following instructions from being
66 * x is a variable loaded from memory, this prevents following
/openbmc/linux/tools/arch/powerpc/include/asm/
H A Dbarrier.h18 * mb() prevents loads and stores being reordered across this point.
19 * rmb() prevents loads being reordered across this point.
20 * wmb() prevents stores being reordered across this point.
/openbmc/linux/lib/
H A Drcuref.c132 * prevents the grace period which keeps the object alive until all put()
140 * to RCUREF_SATURATED, which will cause a memory leak, but it prevents
189 * True if the reference count is saturated, which prevents the
210 * prevents the reference count from overflowing. This leaks the in rcuref_get_slowpath()
211 * object memory, but prevents the obvious reference count overflow in rcuref_get_slowpath()
/openbmc/linux/Documentation/devicetree/bindings/fpga/
H A Dxlnx,pr-decoupler.yaml15 which prevents signal changes from passing through the bridge. The controller
20 eXchange AXI shutdown manager prevents AXI traffic from passing through the
H A Daltera-freeze-bridge.txt4 The controller can freeze/disable the bridges which prevents signal
/openbmc/linux/Documentation/admin-guide/
H A Dkernel-per-CPU-kthreads.rst263 commit prevents OS jitter due to vmstat_update() on
278 CONFIG_PPC_RTAS_DAEMON=n. This prevents the RTAS
302 1. Build the kernel with CONFIG_PREEMPT=n. This prevents these
306 2. Build the kernel with CONFIG_RCU_BOOST=n. This prevents these
313 to OS jitter. This approach prevents the rcuc/%u kthreads from
/openbmc/linux/tools/testing/selftests/arm64/pauth/
H A Dpac.c27 /* data key instructions are not in NOP space. This prevents a SIGILL */ \
34 /* generic key instructions are not in NOP space. This prevents a SIGILL */ \
263 /* generic and data key instructions are not in NOP space. This prevents a SIGILL */ in TEST()
306 /* generic and data key instructions are not in NOP space. This prevents a SIGILL */ in TEST()
/openbmc/linux/include/linux/
H A Dpercpu-rwsem.h67 * The preempt_enable() prevents the compiler from in percpu_down_read()
87 * The barrier() from preempt_enable() prevents the compiler from in percpu_down_read_trylock()
/openbmc/openbmc/meta-phosphor/recipes-core/glib-2.0/
H A Dglib-2.0%.bbappend2 ## the postinstall hook from being done. The postinstall hook prevents
/openbmc/openbmc/meta-asrock/meta-common/recipes-bsp/u-boot/files/
H A Ddisable-mmc-sdhci.cfg4 # driver (which isn't needed on those platforms) prevents that.
/openbmc/linux/Documentation/RCU/
H A Dlockdep.rst26 This prevents things like WARN_ON(!rcu_read_lock_held()) from giving false
88 RCU read-side critical sections, in case (2) the ->file_lock prevents
/openbmc/linux/drivers/gpio/
H A Dgpio-ts4900.c51 * Only clear the OE bit here, requires a RMW. Prevents a potential issue in ts4900_gpio_direction_input()
67 * prevents a glitch that can occur on the IO line. in ts4900_gpio_direction_output()
/openbmc/linux/include/vdso/
H A Dmath64.h11 /* The following asm() prevents the compiler from in __iter_div_u64_rem()
/openbmc/linux/net/ncsi/
H A DKconfig24 This allows to keep PHY link up and prevents any channel resets during
/openbmc/linux/kernel/bpf/preload/
H A DKconfig10 # The dependency on !COMPILE_TEST prevents it from being enabled
/openbmc/linux/kernel/kcsan/
H A D.kunitconfig21 # This prevents the test from timing out on many setups. Feel free to remove
/openbmc/linux/arch/um/
H A DMakefile49 # -Dvmap=kernel_vmap prevents anything from referencing the libpcap.o symbol so
55 # -Dlongjmp=kernel_longjmp prevents anything from referencing the libpthread.a
/openbmc/qemu/python/
H A Dsetup.py17 This prevents calling 'setup.py install' directly, as the 'install'
/openbmc/openbmc/poky/meta/recipes-core/packagegroups/
H A Dpackagegroup-cross-canadian.bb21 # cross-canadian.bbclass prevents variable dependency propagation to TRANSLATED_TARGET_ARCH
/openbmc/u-boot/include/linux/
H A Dlibfdt_env.h7 * prevents it from being included.
/openbmc/u-boot/arch/arm/include/asm/
H A Dsecure.h15 * entry. Gahh. Do the opposite conversion. This hack also prevents
/openbmc/linux/arch/arm/include/asm/
H A Dstackprotector.h9 * "__stack_chk_guard" on ARM. This prevents SMP systems from using a
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dpython_mesonpy.bbclass16 # This prevents the meson error:
/openbmc/linux/include/linux/platform_data/
H A Dasoc-pxa.h15 * bug prevents correct operation of the reset line. If not specified,
/openbmc/linux/arch/parisc/include/asm/
H A Dhash.h88 * This _ASSIGN(dst, src) macro performs "dst = src", but prevents GCC
91 * This prevents it from mis-optimizing certain sequences.

12345678910>>...43