Home
last modified time | relevance | path

Searched refs:arch_swap (Results 1 – 18 of 18) sorted by relevance

/Zephyr-latest/arch/mips/core/
Dswap.S21 GTEXT(arch_swap)
22 SECTION_FUNC(exception.other, arch_swap)
/Zephyr-latest/arch/x86/include/ia32/
Dkernel_arch_func.h40 int arch_swap(unsigned int key);
/Zephyr-latest/arch/posix/include/
Dkernel_arch_func.h45 int arch_swap(unsigned int key);
/Zephyr-latest/arch/mips/include/
Dkernel_arch_func.h50 int arch_swap(unsigned int key);
/Zephyr-latest/samples/philosophers/
DREADME.rst129 …3 Thread 537919536 (Philosopher 0 PENDING PRIO 3) arch_swap (key=0) at zephyr/mainline/zeph…
130 …4 Thread 537919712 (Philosopher 1 SUSPENDED PRIO 2) arch_swap (key=key@entry=0) at zephyr/mai…
131 …5 Thread 537919888 (Philosopher 2 SUSPENDED PRIO 1) arch_swap (key=key@entry=0) at zephyr/mai…
132 …6 Thread 537920064 (Philosopher 3 SUSPENDED PRIO 0) arch_swap (key=key@entry=0) at zephyr/mai…
133 …7 Thread 537920240 (Philosopher 4 PENDING PRIO 255) arch_swap (key=0) at zephyr/mainline/zeph…
134 …8 Thread 537920416 (Philosopher 5 SUSPENDED PRIO 254) arch_swap (key=key@entry=0) at zephyr/mai…
/Zephyr-latest/arch/nios2/include/
Dkernel_arch_func.h54 int arch_swap(unsigned int key);
/Zephyr-latest/kernel/include/
Dkswap.h197 extern int arch_swap(unsigned int key);
208 ret = arch_swap(key); in z_swap_irqlock()
Dkernel_arch_interface.h148 int arch_swap(unsigned int key);
/Zephyr-latest/arch/x86/core/ia32/
Dswap.S22 GTEXT(arch_swap)
68 SECTION_FUNC(PINNED_TEXT, arch_swap)
Dintstub.S33 GTEXT(arch_swap)
246 call arch_swap
/Zephyr-latest/arch/arm/include/cortex_a_r/
Dkernel_arch_func.h40 static ALWAYS_INLINE int arch_swap(unsigned int key) in arch_swap() function
/Zephyr-latest/arch/arm/include/cortex_m/
Dkernel_arch_func.h87 static ALWAYS_INLINE int arch_swap(unsigned int key) in arch_swap() function
/Zephyr-latest/arch/posix/core/
Dswap.c23 int arch_swap(unsigned int key) in arch_swap() function
/Zephyr-latest/arch/nios2/core/
Dswap.S12 GTEXT(arch_swap)
22 SECTION_FUNC(exception.other, arch_swap)
Dexception.S16 GTEXT(arch_swap)
147 call arch_swap
/Zephyr-latest/kernel/
DKconfig.smp15 bool "Use new-style _arch_switch instead of arch_swap"
19 primitive than the original arch_swap mechanism. It is required
21 provide arch_swap. In uniprocess situations where the
/Zephyr-latest/tests/arch/arm/arm_thread_swap/
DREADME.txt27 swap-out (by calling arch_swap(.)).
/Zephyr-latest/tests/arch/arm/arm_thread_swap/src/
Darm_thread_arch.c431 return arch_swap(BASEPRI_MODIFIED_1); in arch_swap_wrapper()