Home
last modified time | relevance | path

Searched defs:bootspace (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/x86/include/
H A Dbootspace.h74 struct bootspace { struct
75 struct {
79 } head;
82 struct {
87 } segs[BTSPACE_NSEGS];
94 struct {
98 } boot;
101 vaddr_t spareva;
104 vaddr_t pdir;
107 vaddr_t smodule;
[all …]
/netbsd-src/sys/arch/amd64/amd64/
H A Dprekern.c58 void *bootspace; member
/netbsd-src/sys/arch/amd64/stand/prekern/
H A Dprekern.c180 void *bootspace; member
H A Dmm.c53 struct bootspace bootspace; variable