Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/secure_fw/spm/core/
Dinterrupt.c42 uint32_t tfm_flih_prepare_depriv_flih(struct partition_t *p_owner_sp, in tfm_flih_prepare_depriv_flih() argument
57 sp_base = LOAD_ALLOCED_STACK_ADDR(p_owner_sp->p_ldinf) in tfm_flih_prepare_depriv_flih()
58 + p_owner_sp->p_ldinf->stack_size; in tfm_flih_prepare_depriv_flih()
59 sp_limit = LOAD_ALLOCED_STACK_ADDR(p_owner_sp->p_ldinf); in tfm_flih_prepare_depriv_flih()
66 ctx_stack = p_owner_sp->thrd.p_context_ctrl->sp; in tfm_flih_prepare_depriv_flih()
70 p_curr_sp->boundary, p_owner_sp->boundary); in tfm_flih_prepare_depriv_flih()
73 p_owner_sp->p_ldinf, p_owner_sp->boundary); in tfm_flih_prepare_depriv_flih()
80 SET_CURRENT_COMPONENT(p_owner_sp); in tfm_flih_prepare_depriv_flih()
98 struct partition_t *p_prev_sp, *p_owner_sp; in tfm_flih_return_to_isr() local
103 p_owner_sp = GET_CURRENT_COMPONENT(); in tfm_flih_return_to_isr()
[all …]
Dinterrupt.h53 uint32_t tfm_flih_prepare_depriv_flih(struct partition_t *p_owner_sp,