Home
last modified time | relevance | path

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

/Zephyr-latest/arch/xtensa/core/
Dthread.c67 const int bsasz = sizeof(*frame) - 16; in init_stack() local
69 frame = (void *)(((char *) stack_top) - bsasz); in init_stack()
71 (void)memset(frame, 0, bsasz); in init_stack()