| /src/sys/arch/amd64/amd64/ |
| prekern.c | 47 #include <x86/bootspace.h> 58 void *bootspace; member in struct:prekern_args 83 extern struct bootspace bootspace; 94 memcpy(&bootspace, pkargs->bootspace, sizeof(bootspace)); 119 extern struct bootspace bootspace; 120 pd_entry_t *pdir = (pd_entry_t *)bootspace.pdir [all...] |
| prekern.c | 47 #include <x86/bootspace.h> 58 void *bootspace; member in struct:prekern_args 83 extern struct bootspace bootspace; 94 memcpy(&bootspace, pkargs->bootspace, sizeof(bootspace)); 119 extern struct bootspace bootspace; 120 pd_entry_t *pdir = (pd_entry_t *)bootspace.pdir [all...] |
| /src/sys/arch/x86/include/ |
| bootspace.h | 1 /* $NetBSD: bootspace.h,v 1.1 2022/08/20 23:15:37 riastradh Exp $ */ 74 struct bootspace { struct
|
| bootspace.h | 1 /* $NetBSD: bootspace.h,v 1.1 2022/08/20 23:15:37 riastradh Exp $ */ 74 struct bootspace { struct
|
| /src/sys/arch/amd64/stand/prekern/ |
| mm.c | 53 struct bootspace bootspace; variable in typeref:struct:bootspace 141 if (bootspace.segs[i].type == BTSEG_TEXT) { 143 } else if (bootspace.segs[i].type == BTSEG_RODATA) { 148 mm_mprotect(bootspace.segs[i].va, bootspace.segs[i].sz, prot); 221 if (bootspace.segs[i].type == BTSEG_NONE) { 224 sva = bootspace.segs[i].va; 225 eva = sva + bootspace.segs[i].sz; 257 if (bootspace.segs[i].type == BTSEG_NONE) [all...] |
| prekern.c | 180 void *bootspace; member in struct:prekern_args 197 extern struct bootspace bootspace; 212 pkargs.bootspace = &bootspace; 220 pkargs.lwp0uarea = bootspace.boot.va + (stkpa - bootspace.boot.pa);
|
| mm.c | 53 struct bootspace bootspace; variable in typeref:struct:bootspace 141 if (bootspace.segs[i].type == BTSEG_TEXT) { 143 } else if (bootspace.segs[i].type == BTSEG_RODATA) { 148 mm_mprotect(bootspace.segs[i].va, bootspace.segs[i].sz, prot); 221 if (bootspace.segs[i].type == BTSEG_NONE) { 224 sva = bootspace.segs[i].va; 225 eva = sva + bootspace.segs[i].sz; 257 if (bootspace.segs[i].type == BTSEG_NONE) [all...] |
| prekern.c | 180 void *bootspace; member in struct:prekern_args 197 extern struct bootspace bootspace; 212 pkargs.bootspace = &bootspace; 220 pkargs.lwp0uarea = bootspace.boot.va + (stkpa - bootspace.boot.pa);
|