Searched refs:ostack (Results 1 – 1 of 1) sorted by relevance
139 size_t ostack = old_thread->stack_info.start; in arch_cohere_stacks() local140 size_t oend = ostack + old_thread->stack_info.size; in arch_cohere_stacks()212 xtensa_cohere_stacks_cache_invd(ostack, osp); in arch_cohere_stacks()230 xtensa_cohere_stacks_cache_invd(ostack, osp); in arch_cohere_stacks()257 if ((osp >= ostack) && (osp < oend)) { in arch_cohere_stacks()262 } else if ((osp >= o_psp_start) && (osp < ostack)) { in arch_cohere_stacks()264 xtensa_cohere_stacks_cache_flush(ostack, oend); in arch_cohere_stacks()
Completed in 6 milliseconds