Home
last modified time | relevance | path

Searched refs:tfm_pool_alloc (Results 1 – 5 of 5) sorted by relevance

/trusted-firmware-m-latest/secure_fw/spm/core/
Dtfm_pools.h77 void *tfm_pool_alloc(struct tfm_pool_instance_t *pool);
Dspm_connection_pool.c118 return (struct connection_t *)tfm_pool_alloc(connection_pool); in spm_allocate_connection()
Dtfm_pools.c59 void *tfm_pool_alloc(struct tfm_pool_instance_t *pool) in tfm_pool_alloc() function
/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/rse_comms/
Drse_comms_hal.c97 struct client_request_t *req = tfm_pool_alloc(req_pool); in tfm_multi_core_hal_receive()
/trusted-firmware-m-latest/platform/ext/target/arm/corstone1000/rse_comms/
Drse_comms_hal.c105 struct client_request_t *req = tfm_pool_alloc(req_pool); in tfm_multi_core_hal_receive()