Searched refs:TO_CONTAINER (Results 1 – 4 of 4) sorted by relevance
/trusted-firmware-m-3.7.0/secure_fw/spm/core/ |
D | tfm_pools.c | 86 pchunk = TO_CONTAINER(ptr, struct tfm_pool_chunk_t, data); in tfm_pool_free() 115 pchunk = TO_CONTAINER(data, struct tfm_pool_chunk_t, data); in is_valid_chunk_data_in_pool()
|
D | spm.h | 66 #define GET_THRD_OWNER(x) TO_CONTAINER(x, struct partition_t, thrd) 67 #define GET_CTX_OWNER(x) TO_CONTAINER(x, struct partition_t, ctx_ctrl)
|
D | backend_ipc.c | 71 p_pt = TO_CONTAINER(p_thrd->p_context_ctrl, in query_state() 355 p_cur_pt = TO_CONTAINER(CURRENT_THREAD->p_context_ctrl, in backend_system_run()
|
/trusted-firmware-m-3.7.0/secure_fw/spm/include/ |
D | utilities.h | 20 #define TO_CONTAINER(ptr, type, member) \ macro
|