Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/secure_fw/spm/cmsis_psa/
Dtfm_pools.c77 pchunk = TO_CONTAINER(ptr, struct tfm_pool_chunk_t, data); in tfm_pool_free()
97 (uint32_t)TO_CONTAINER(data, struct tfm_pool_chunk_t, data); in is_valid_chunk_data_in_pool()
Dspm_ipc.h75 #define GET_THRD_OWNER(x) TO_CONTAINER(x, struct partition_t, thrd)
76 #define GET_CTX_OWNER(x) TO_CONTAINER(x, struct partition_t, ctx_ctrl)
/trusted-firmware-m-3.4.0/secure_fw/spm/include/
Dutilities.h37 #define TO_CONTAINER(ptr, type, member) \ macro
/trusted-firmware-m-3.4.0/secure_fw/spm/ffm/
Dbackend_ipc.c213 p_cur_pt = TO_CONTAINER(CURRENT_THREAD->p_context_ctrl, in backend_system_run()