Home
last modified time | relevance | path

Searched refs:arch_cohere_stacks (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/arch/xtensa/include/
Dkernel_arch_func.h42 static ALWAYS_INLINE void arch_cohere_stacks(struct k_thread *old_thread, in arch_cohere_stacks() function
/Zephyr-latest/kernel/include/
Dkswap.h146 arch_cohere_stacks(old_thread, NULL, new_thread); in do_swap()
/Zephyr-latest/include/zephyr/arch/
Darch_interface.h938 static inline void arch_cohere_stacks(struct k_thread *old_thread, in arch_cohere_stacks() function
/Zephyr-latest/kernel/
Dsched.c895 arch_cohere_stacks(old_thread, interrupted, new_thread); in z_get_next_switch_handle()