HomeSort by: relevance | last modified time | path
    Searched defs:iiomapsize (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/luna68k/luna68k/
pmap_bootstrap.c 90 u_int iiomapsize; local in function:pmap_bootstrap
108 * [ Sysptsize is the number of pages of PT, and iiomapsize
115 iiomapsize = m68k_btop(RELOC(intiotop_phys, u_int) -
130 (iiomapsize + NPTEPG - 1) / NPTEPG;
366 epte = &pte[iiomapsize];
  /src/sys/arch/news68k/news68k/
pmap_bootstrap.c 95 u_int iiomapsize, eiomapsize; local in function:pmap_bootstrap
113 * [ Sysptsize is the number of pages of PT, and IIOMAPSIZE and
124 iiomapsize = m68k_btop(RELOC(intiotop_phys, u_int) -
143 (iiomapsize + eiomapsize + NPTEPG - 1) / NPTEPG;
389 epte = &pte[iiomapsize];

Completed in 14 milliseconds