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

/freebsd-11-stable/stand/i386/isoboot/
H A Disoboot.c99 static char *heap_end; variable
225 heap_end = PTOV(high_heap_base + high_heap_size);
230 heap_end = (char *)PTOV(bios_basemem);
232 setheap(heap_next, heap_end);
/freebsd-11-stable/stand/i386/gptboot/
H A Dgptboot.c102 static char *heap_end; variable
275 heap_end = PTOV(high_heap_base + high_heap_size);
279 heap_end = (char *)PTOV(bios_basemem);
281 setheap(heap_next, heap_end);
/freebsd-11-stable/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-stable/stand/i386/zfsboot/
H A Dzfsboot.c130 static char *heap_end; variable
719 heap_end = PTOV(high_heap_base + high_heap_size);
723 heap_end = (char *)PTOV(bios_basemem);
725 setheap(heap_next, heap_end);
/freebsd-11-stable/sys/mips/cavium/
H A Docteon_machdep.c545 uint64_t heap_end; member in struct:__anon12175

Completed in 140 milliseconds