Lines Matching refs:bootspace
41 #include <x86/bootspace.h>
88 extern struct bootspace bootspace;
90 pt_entry_t *pdir = (pt_entry_t *)bootspace.pdir;
215 extern struct bootspace bootspace;
222 if (bootspace.segs[i].type == BTSEG_NONE) {
225 kasan_shadow_map((void *)bootspace.segs[i].va,
226 bootspace.segs[i].sz);
230 kasan_shadow_map((void *)bootspace.boot.va, bootspace.boot.sz);
233 kasan_shadow_map((void *)bootspace.smodule,
234 (size_t)(bootspace.emodule - bootspace.smodule));
237 kasan_shadow_map((void *)bootspace.spareva, PAGE_SIZE);