Searched refs:handoff (Results 1 – 18 of 18) sorted by relevance
/openbmc/u-boot/doc/ |
H A D | README.socfpga | 20 Generating the handoff header files for U-Boot SPL 55 Generate BSP handoff files 104 Post handoff generation 107 Now that the handoff files are generated, U-Boot can be used to process 108 the handoff files generated by the bsp-editor. For this, please use the
|
/openbmc/qemu/util/ |
H A D | qemu-coroutine-lock.c | 213 old_handoff = qatomic_read(&mutex->handoff); in qemu_co_mutex_lock_slowpath() 216 qatomic_cmpxchg(&mutex->handoff, old_handoff, 0) == old_handoff) { in qemu_co_mutex_lock_slowpath() 313 qatomic_set_mb(&mutex->handoff, our_handoff); in qemu_co_mutex_unlock() 324 if (qatomic_cmpxchg(&mutex->handoff, our_handoff, 0) != our_handoff) { in qemu_co_mutex_unlock()
|
/openbmc/u-boot/common/init/ |
H A D | Makefile | 8 obj-$(CONFIG_$(SPL_TPL_)HANDOFF) += handoff.o
|
/openbmc/u-boot/arch/arm/mach-zynqmp/ |
H A D | Makefile | 9 obj-$(CONFIG_SPL_BUILD) += spl.o handoff.o
|
/openbmc/u-boot/cmd/ |
H A D | sb.c | 41 U_BOOT_CMD_MKENT(handoff, 1, 0, do_sb_handoff, "", ""),
|
/openbmc/linux/kernel/locking/ |
H A D | mutex.c | 103 static inline struct task_struct *__mutex_trylock_common(struct mutex *lock, bool handoff) in __mutex_trylock_common() argument 117 } else if (handoff) { in __mutex_trylock_common() 142 static inline bool __mutex_trylock_or_handoff(struct mutex *lock, bool handoff) in __mutex_trylock_or_handoff() argument 144 return !__mutex_trylock_common(lock, handoff); in __mutex_trylock_or_handoff()
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_context.c | 206 bool handoff = false; in __intel_context_do_pin_ww() local 266 handoff = true; in __intel_context_do_pin_ww() 280 if (!handoff) in __intel_context_do_pin_ww()
|
/openbmc/qemu/include/qemu/ |
H A D | coroutine.h | 66 unsigned handoff, sequence; member
|
/openbmc/qemu/tests/functional/acpi-bits/bits-tests/ |
H A D | smilatency.py2 | 42 # testsuite.add_test("SMI latency test with USB disabled via BIOS handoff", test_with_usb_disabl…
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-firmware-acpi | 42 handoff to the OS waking vector. In nanoseconds.
|
/openbmc/linux/Documentation/core-api/ |
H A D | kref.rst | 143 /* BAD BAD BAD - get is after the handoff */
|
/openbmc/u-boot/common/spl/ |
H A D | Kconfig | 34 Enable this to locate the handoff information in U-Boot proper, early 35 in boot. It is available in gd->handoff. The state state is set up 52 This option enables SPL to write handoff information. This can be 973 This option enables TPL to write handoff information. This can be
|
/openbmc/linux/Documentation/arch/x86/ |
H A D | boot.rst | 714 - If 1, the kernel supports the 32-bit EFI handoff entry point 719 - If 1, the kernel supports the 64-bit EFI handoff entry point 1424 arguments of the "handoff state" as described in section 2.3 of the
|
/openbmc/qemu/docs/ |
H A D | rdma.txt | 340 Finally, how do we handoff the actual bytes to get_buffer()?
|
/openbmc/linux/Documentation/admin-guide/sysctl/ |
H A D | vm.rst | 800 specified in this file (default is 5), the "fair lock handoff" semantics
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |
/openbmc/ |
D | opengrok1.0.log | [all...] |
D | opengrok2.0.log | [all...] |