Home
last modified time | relevance | path

Searched refs:emodule (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/arch/x86/include/
Dbootspace.h108 vaddr_t emodule; member
/netbsd/src/sys/arch/amd64/include/
Dmsan.h189 (size_t)(bootspace.emodule - bootspace.smodule)); in kmsan_md_init()
Dasan.h234 (size_t)(bootspace.emodule - bootspace.smodule)); in kasan_md_init()
/netbsd/src/sys/arch/amd64/amd64/
Dmachdep.c391 bootspace.emodule, 0); in cpu_startup()
1606 bootspace.emodule = KERNBASE + NKL2_KIMG_ENTRIES * NBPD_L2; in init_bootspace()
2276 if (v >= bootspace.smodule && v < bootspace.emodule) { in mm_md_kernacc()