Searched refs:heap_end (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/sys/boot/i386/gptboot/
H A Dgptboot.c100 static char *heap_end; variable
117 if (p + n > heap_end) {
278 heap_end = PTOV(high_heap_base + high_heap_size);
282 heap_end = (char *)PTOV(bios_basemem);
/freebsd-11.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-app-init.h85 uint64_t heap_end; member in struct:cvmx_bootinfo
141 uint64_t heap_end;
H A Dcvmx-app-init.c121 sys_info_ptr->heap_size = cvmx_bootinfo_ptr->heap_end - cvmx_bootinfo_ptr->heap_base;
/freebsd-11.0-release/sys/boot/i386/zfsboot/
H A Dzfsboot.c111 static char *heap_end; variable
132 if (p + n > heap_end) {
555 heap_end = PTOV(high_heap_base + high_heap_size);
559 heap_end = (char *)PTOV(bios_basemem);
/freebsd-11.0-release/sys/mips/cavium/
H A Docteon_machdep.c545 uint64_t heap_end; member in struct:__anon12173

Completed in 58 milliseconds