Home
last modified time | relevance | path

Searched refs:heap_base (Results 1 – 5 of 5) sorted by relevance

/trueos/sys/boot/ofw/libofw/
HDofw_memory.c38 static void *heap_base = 0; variable
132 heap_base = OF_claim((void *)available[acells-1], size, in ofw_alloc_heap()
135 if (heap_base != (void *)-1) { in ofw_alloc_heap()
139 return (heap_base); in ofw_alloc_heap()
145 OF_release(heap_base, heap_size); in ofw_release_heap()
/trueos/sys/contrib/octeon-sdk/
HDcvmx-app-init.c120 sys_info_ptr->heap_base = cvmx_bootinfo_ptr->heap_base; in process_boot_desc_ver_6()
121 sys_info_ptr->heap_size = cvmx_bootinfo_ptr->heap_end - cvmx_bootinfo_ptr->heap_base; in process_boot_desc_ver_6()
HDcvmx-sysinfo.h82 uint64_t heap_base; /**< heap base address (virtual) */ member
HDcvmx-app-init.h84 uint64_t heap_base; member
140 uint64_t heap_base;
/trueos/sys/mips/cavium/
HDocteon_machdep.c544 uint64_t heap_base; member