Home
last modified time | relevance | path

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

/trusted-firmware-m-3.6.0/secure_fw/spm/core/
Dspm.h64 #define GET_THRD_OWNER(x) TO_CONTAINER(x, struct partition_t, thrd)
114 struct thread_t thrd; /* IPC model */ member
Dinterrupt.c65 ((struct context_ctrl_t *)p_owner_sp->thrd.p_context_ctrl)->sp; in tfm_flih_prepare_depriv_flih()
Dbackend_ipc.c310 THRD_INIT(&p_pt->thrd, &p_pt->ctx_ctrl, in backend_init_comp_assuredly()
317 thrd_start(&p_pt->thrd, thrd_entry, THRD_GENERAL_EXIT, (void *)param); in backend_init_comp_assuredly()