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

  /src/sys/arch/m68k/include/
pmap_motorola.h 225 extern vsize_t Sysptsize;
  /src/sys/arch/cesfic/cesfic/
pmap_bootstrap.c 101 * kernel PT pages Sysptsize+ pages
103 * [ Sysptsize is the number of pages of PT, and IIOMAPSIZE and
123 nptpages = RELOC(Sysptsize, int) + howmany(RELOC(physmem, int), NPTEPG);
  /src/sys/arch/hp300/hp300/
pmap_bootstrap.c 107 * kernel PT pages Sysptsize+ pages
109 * [ Sysptsize is the number of pages of PT, and IIOMAPSIZE and
129 nptpages = RELOC(Sysptsize, int) + howmany(RELOC(physmem, int), NPTEPG) +
  /src/sys/arch/luna68k/luna68k/
pmap_bootstrap.c 106 * kernel PT pages Sysptsize+ pages
108 * [ Sysptsize is the number of pages of PT, and iiomapsize
129 nptpages = RELOC(Sysptsize, int) + howmany(RELOC(physmem, int), NPTEPG) +
  /src/sys/arch/x68k/x68k/
pmap_bootstrap.c 106 * kernel PT pages Sysptsize+ pages
108 * [ Sysptsize is the number of pages of PT, and IIOMAPSIZE
126 nptpages = RELOC(Sysptsize, int) + howmany(RELOC(physmem, int), NPTEPG) +
  /src/sys/arch/virt68k/virt68k/
pmap_bootstrap.c 117 * kernel PT pages Sysptsize+ pages
138 nptpages = RELOC(Sysptsize, int) + howmany(RELOC(physmem, int), NPTEPG);
  /src/sys/arch/news68k/news68k/
pmap_bootstrap.c 111 * kernel PT pages Sysptsize+ pages
113 * [ Sysptsize is the number of pages of PT, and IIOMAPSIZE and
142 nptpages = RELOC(Sysptsize, int) + howmany(RELOC(physmem, int), NPTEPG) +
  /src/sys/arch/mvme68k/mvme68k/
pmap_bootstrap.c 149 * kernel PT pages Sysptsize+ pages
151 * [ Sysptsize is the number of pages of PT, and iiomappages is the
174 nptpages = RELOC(Sysptsize, int) + howmany(RELOC(physmem, int), NPTEPG) +
  /src/sys/arch/next68k/next68k/
pmap_bootstrap.c 160 * kernel PT pages Sysptsize+ pages
162 * [ Sysptsize is the number of pages of PT, and IIOMAPSIZE
183 nptpages = RELOC(Sysptsize, int) + howmany(RELOC(physmem, int), NPTEPG)
  /src/sys/arch/mac68k/mac68k/
pmap_bootstrap.c 140 * kernel PT pages Sysptsize+ pages
142 * [ Sysptsize is the number of pages of PT, and IIOMAPSIZE and
158 nptpages = Sysptsize +
  /src/sys/arch/atari/atari/
atari_init.c 412 ptsize = (Sysptsize + howmany(ptextra, NPTEPG)) << PGSHIFT;
  /src/sys/arch/amiga/amiga/
amiga_init.c 423 ptsize = (RELOC(Sysptsize, u_int) +
  /src/sys/arch/m68k/m68k/
pmap_motorola.c 246 vsize_t Sysptsize = VM_KERNEL_PT_PAGES;

Completed in 43 milliseconds