Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/secure_fw/spm/core/
Dspm.h66 #define GET_THRD_OWNER(x) TO_CONTAINER(x, struct partition_t, thrd)
115 struct thread_t thrd; /* IPC model */ member
Dinterrupt.c66 ctx_stack = p_owner_sp->thrd.p_context_ctrl->sp; in tfm_flih_prepare_depriv_flih()
Dbackend_ipc.c321 THRD_INIT(&p_pt->thrd, &p_pt->ctx_ctrl, in backend_init_comp_assuredly()
328 thrd_start(&p_pt->thrd, thrd_entry, THRD_GENERAL_EXIT, (void *)param); in backend_init_comp_assuredly()