Searched refs:UNI_LIST_INSERT_AFTER (Results 1 – 4 of 4) sorted by relevance
/trusted-firmware-m-3.7.0/secure_fw/spm/core/ |
D | tfm_pools.c | 48 UNI_LIST_INSERT_AFTER(pool, pchunk, next); in tfm_pool_init() 90 UNI_LIST_INSERT_AFTER(pool, pchunk, next); in tfm_pool_free()
|
D | rom_loader.c | 126 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()
|
D | backend_ipc.c | 195 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/ |
D | lists.h | 64 #define UNI_LIST_INSERT_AFTER(posi, node, link) do { \ macro
|