Searched refs:nex_free (Results 1 – 7 of 7) sorted by relevance
467 nex_free(p2); in self_test_nex_malloc()478 nex_free(p1); in self_test_nex_malloc()479 nex_free(p2); in self_test_nex_malloc()480 nex_free(p3); in self_test_nex_malloc()498 nex_free(p3); in self_test_nex_malloc()499 nex_free(p4); in self_test_nex_malloc()519 nex_free(p1); in self_test_nex_malloc()520 nex_free(p3); in self_test_nex_malloc()521 nex_free(p4); in self_test_nex_malloc()539 nex_free(p3); in self_test_nex_malloc()[all …]
147 nex_free(stdout_data); in get_console_node_from_dt()195 nex_free(uart); in configure_console_from_dt()196 nex_free(parms); in configure_console_from_dt()
262 nex_free(prtn->mmu_prtn); in configure_guest_prtn_mem()263 nex_free(prtn->mem_map.map); in configure_guest_prtn_mem()275 nex_free(prtn->data_array[n]); in destroy_gsd()277 nex_free(prtn->data_array); in destroy_gsd()355 nex_free(prtn); in virt_guest_created()473 nex_free(prtn->mem_map.map); in virt_put_guest()476 nex_free(prtn); in virt_put_guest()712 nex_free(prtn); in virt_reclaim_cookie_from_destroyed_guest()
114 void nex_free(void *ptr);131 #define nex_free(ptr) free(ptr) macro
230 nex_free(pd); in pl011_dev_free()
603 nex_free(prtn); in core_alloc_mmu_prtn()611 nex_free(prtn); in core_free_mmu_prtn()
954 void nex_free(void *ptr) in nex_free() function