Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/secure_fw/spm/core/
Dspm_local_connection.c26 uint32_t stack_top = tfm_arch_get_psplim(); in alloc_conn_from_stack_top() local
28 tfm_arch_set_psplim(stack_top + CONNECTION_SIZE); in alloc_conn_from_stack_top()
30 return (struct connection_t *)stack_top; in alloc_conn_from_stack_top()
35 uint32_t stack_top = tfm_arch_get_psplim(); in free_conn_from_stack_top() local
37 tfm_arch_set_psplim(stack_top - CONNECTION_SIZE); in free_conn_from_stack_top()