Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/lib/fconf/
Dfconf_cot_getter.c91 auth_buf = pool_alloc(&hash_auth_buf_pool); in update_parent_auth_data()
93 auth_buf = pool_alloc(&pk_auth_buf_pool); in update_parent_auth_data()
157 auth_param_type_desc = pool_alloc(&auth_param_type_descs_pool); in set_auth_method()
204 *oid = pool_alloc(&oid_pool); in get_oid()
Dfconf_dyn_cfg_getter.c37 dtb_info = pool_alloc(&dtb_info_pool); in set_config_info()
/external/arm-trusted-firmware/include/lib/
Dobject_pool.h74 static inline void *pool_alloc(struct object_pool *pool) in pool_alloc() function
/external/arm-trusted-firmware/plat/arm/common/fconf/
Darm_fconf_io.c270 uuid_ptr = pool_alloc(&fconf_arm_uuids_pool); in fconf_populate_arm_io_policies()
/external/llvm-project/llvm/test/CodeGen/X86/
D2007-10-15-CoalescerCrash.ll225 declare i8* @pool_alloc(%struct.alloc_pool_def*)
/external/llvm/test/CodeGen/X86/
D2007-10-15-CoalescerCrash.ll225 declare i8* @pool_alloc(%struct.alloc_pool_def*)
/external/arm-trusted-firmware/docs/
Dchange-log.rst1624 - Adds ``pool_alloc`` and ``pool_alloc_n`` functions