Home
last modified time | relevance | path

Searched refs:pool_alloc (Results 1 – 6 of 6) sorted by relevance

/trusted-firmware-a-latest/lib/fconf/
Dfconf_cot_getter.c93 auth_buf = pool_alloc(&hash_auth_buf_pool); in update_parent_auth_data()
95 auth_buf = pool_alloc(&pk_auth_buf_pool); in update_parent_auth_data()
159 auth_param_type_desc = pool_alloc(&auth_param_type_descs_pool); in set_auth_method()
206 *oid = pool_alloc(&oid_pool); in get_oid()
Dfconf_dyn_cfg_getter.c40 dtb_info = pool_alloc(&dtb_info_pool); in set_config_info()
/trusted-firmware-a-latest/include/lib/
Dobject_pool.h74 static inline void *pool_alloc(struct object_pool *pool) in pool_alloc() function
/trusted-firmware-a-latest/plat/st/common/
Dstm32mp_fconf_io.c138 uuid_ptr = pool_alloc(&fconf_stm32mp_uuids_pool); in fconf_populate_stm32mp_io_policies()
/trusted-firmware-a-latest/plat/arm/common/fconf/
Darm_fconf_io.c422 uuid_ptr = pool_alloc(&fconf_arm_uuids_pool); in fconf_populate_arm_io_policies()
/trusted-firmware-a-latest/docs/
Dchange-log.md7040 - Adds `pool_alloc` and `pool_alloc_n` functions