Searched refs:nex_calloc (Results 1 – 10 of 10) sorted by relevance
| /optee_os/lib/libutils/isoc/include/ |
| H A D | malloc.h | 96 #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 D | boot.c | 114 mem = nex_calloc(elems_total, sizeof(*mem)); in get_nsec_memory() 198 mem = nex_calloc(nelems, sizeof(*mem)); in discover_nsec_memory()
|
| H A D | thread.c | 623 tcl = nex_calloc(core_count, sizeof(*tcl)); in thread_init_thread_core_local()
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | virtualization.c | 129 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 D | notif_test_wd.c | 150 struct periodic_data *d = nex_calloc(1, sizeof(*d)); in nex_init_periodic_callback()
|
| /optee_os/core/drivers/ |
| H A D | pl011.c | 194 struct pl011_data *pd = nex_calloc(1, sizeof(*pd)); in pl011_dev_alloc()
|
| /optee_os/core/pta/tests/ |
| H A D | misc.c | 486 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 D | bget_malloc.c | 929 void *nex_calloc(size_t nmemb, size_t size) in nex_calloc() function
|
| /optee_os/core/arch/arm/mm/ |
| H A D | core_mmu_lpae.c | 580 prtn->user_l1_table_idx = nex_calloc(NUM_BASE_TABLES * in core_alloc_mmu_prtn()
|
| /optee_os/core/mm/ |
| H A D | core_mmu.c | 1674 p = nex_calloc(alloc_count, elem_sz); in core_mmu_save_mem_map()
|