HomeSort by: relevance | last modified time | path
    Searched refs:emodule (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/x86/include/
bootspace.h 108 vaddr_t emodule; member in struct:bootspace
  /src/sys/arch/amd64/include/
asan.h 234 (size_t)(bootspace.emodule - bootspace.smodule));
msan.h 189 (size_t)(bootspace.emodule - bootspace.smodule));
  /src/sys/arch/amd64/stand/prekern/
mm.c 453 bootspace.emodule = bootspace.boot.va + NKL2_KIMG_ENTRIES * NBPD_L2;
  /src/sys/arch/amd64/amd64/
machdep.c 391 bootspace.emodule, 0);
1606 bootspace.emodule = KERNBASE + NKL2_KIMG_ENTRIES * NBPD_L2;
2276 if (v >= bootspace.smodule && v < bootspace.emodule) {

Completed in 14 milliseconds