Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/secure_fw/spm/core/
Dtfm_pools.c48 UNI_LIST_INSERT_AFTER(pool, pchunk, next); in tfm_pool_init()
90 UNI_LIST_INSERT_AFTER(pool, pchunk, next); in tfm_pool_free()
Drom_loader.c126 UNI_LIST_INSERT_AFTER(head, partition, next); in load_a_partition_assuredly()
179 UNI_LIST_INSERT_AFTER(services_listhead, &services[i], next); in load_services_assuredly()
Dbackend_ipc.c195 UNI_LIST_INSERT_AFTER(p_owner, p_connection, p_handles); in backend_messaging()
231 UNI_LIST_INSERT_AFTER(client, handle, p_handles); in backend_replying()
/trusted-firmware-m-3.7.0/secure_fw/spm/include/
Dlists.h64 #define UNI_LIST_INSERT_AFTER(posi, node, link) do { \ macro