Home
last modified time | relevance | path

Searched refs:memtop_copyin (Results 1 – 4 of 4) sorted by relevance

/freebsd/stand/i386/libi386/
H A Dbiosmem.c37 vm_offset_t memtop, memtop_copyin, high_heap_base; variable
209 memtop = memtop_copyin = high_heap_base; in bios_getmem()
211 memtop = memtop_copyin = 0x100000 + bios_extmem; in bios_getmem()
222 memtop = memtop_copyin = high_heap_base; in bios_getmem()
H A Di386_copy.c66 if (dest + len >= memtop_copyin) { in i386_readin()
H A Dlibi386.h114 extern vm_offset_t memtop_copyin; /* memtop less heap size for the cases */
/freebsd/stand/i386/loader/
H A Dmain.c117 if (high_heap_base < memtop_copyin) in main()
118 memtop_copyin = high_heap_base; in main()