Home
last modified time | relevance | path

Searched refs:BOOTINFO_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/playstation2/include/
H A Dbootinfo.h31 #define BOOTINFO_BLOCK_SIZE 0x1000 macro
32 #define BOOTINFO_BLOCK_BASE (PS2_MEMORY_SIZE - BOOTINFO_BLOCK_SIZE)
/netbsd-src/sys/arch/playstation2/playstation2/
H A Dmachdep.c129 size = PS2_MEMORY_SIZE - start - BOOTINFO_BLOCK_SIZE; in mach_init()