Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/secure_fw/spm/core/
Dtfm_svcalls.c118 const uint32_t stack_alloc_size = (sizeof(*p_statctx) + 7UL) & ~0x7UL; in init_spm_func_context() local
131 if ((sp_limit + stack_alloc_size) > sp) { in init_spm_func_context()
136 sp -= stack_alloc_size; in init_spm_func_context()