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

/netbsd-current/sys/arch/acorn32/stand/lib/
H A Dsrt0.S42 /* If enough above BOOT_MIN_AVAIL_MEMORY, leave BOOT_LEAVE_MEMORY unused */
45 #ifndef BOOT_LEAVE_MEMORY
46 #define BOOT_LEAVE_MEMORY 5 * 1024 * 1024 define
50 * Both BOOT_LEAVE_MEMORY and BOOT_MIN_AVAIL_MEMORY + BOOT_LEAVE_MEMORY
63 #if (BOOT_LEAVE_MEMORY > 0)
64 cmp r0, #BOOT_MIN_AVAIL_MEMORY + BOOT_LEAVE_MEMORY
65 subhi r0, r0, #BOOT_LEAVE_MEMORY

Completed in 379 milliseconds