Home
last modified time | relevance | path

Searched refs:nex_calloc (Results 1 – 10 of 10) sorted by relevance

/optee_os/lib/libutils/isoc/include/
H A Dmalloc.h96 #define nex_calloc(nmemb, size) __mdbg_alloc(MAF_NEX | MAF_ZERO_INIT, NULL, 1, \ macro
108 void *nex_calloc(size_t nmemb, size_t size);
133 #define nex_calloc(nmemb, size) calloc(nmemb, size) macro
/optee_os/core/kernel/
H A Dboot.c114 mem = nex_calloc(elems_total, sizeof(*mem)); in get_nsec_memory()
198 mem = nex_calloc(nelems, sizeof(*mem)); in discover_nsec_memory()
H A Dthread.c623 tcl = nex_calloc(core_count, sizeof(*tcl)); in thread_init_thread_core_local()
/optee_os/core/arch/arm/kernel/
H A Dvirtualization.c129 mem_map->map = nex_calloc(kmem_map->count + 1, sizeof(*mem_map->map)); in prepare_memory_map()
288 prtn->data_array = nex_calloc(gsd_count, sizeof(void *)); in alloc_gsd()
293 prtn->data_array[n] = nex_calloc(1, gsd_array[n].size); in alloc_gsd()
311 prtn = nex_calloc(1, sizeof(*prtn)); in virt_guest_created()
/optee_os/core/tests/
H A Dnotif_test_wd.c150 struct periodic_data *d = nex_calloc(1, sizeof(*d)); in nex_init_periodic_callback()
/optee_os/core/drivers/
H A Dpl011.c194 struct pl011_data *pd = nex_calloc(1, sizeof(*pd)); in pl011_dev_alloc()
/optee_os/core/pta/tests/
H A Dmisc.c486 p3 = nex_calloc(4, 1024); in self_test_nex_malloc()
487 p4 = nex_calloc(0x100, 1024 * 1024); in self_test_nex_malloc()
/optee_os/lib/libutils/isoc/
H A Dbget_malloc.c929 void *nex_calloc(size_t nmemb, size_t size) in nex_calloc() function
/optee_os/core/arch/arm/mm/
H A Dcore_mmu_lpae.c580 prtn->user_l1_table_idx = nex_calloc(NUM_BASE_TABLES * in core_alloc_mmu_prtn()
/optee_os/core/mm/
H A Dcore_mmu.c1674 p = nex_calloc(alloc_count, elem_sz); in core_mmu_save_mem_map()