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

  /src/sys/arch/aarch64/aarch64/
db_interface.c 103 vaddr_t lastpage = -1; local
110 if (lastpage != atop(va) && !db_accessible_address(va, true)) {
115 lastpage = atop(va);
201 vaddr_t lastpage = -1; local
224 if (lastpage != atop(va) && !db_accessible_address(va, false)) {
228 lastpage = atop(va);
  /src/sys/arch/acorn32/stand/boot32/
boot32.c 116 u_long firstpage, lastpage, totalpages; /* RISC OS pagecounters */ variable
185 lastpage = ((int)top_memory / nbpp) - 1;
186 totalpages = lastpage - firstpage;
  /src/sys/arch/mac68k/mac68k/
machdep.c 2212 u_long addr, lastpage, phys, len, limit; local
2221 lastpage = get_top_of_ram();
2229 for (addr = 0; addr <= lastpage && get_physical(addr, &phys);
  /src/sys/arch/sparc/sparc/
pmap.c 3091 int lastpage; local
3293 lastpage = VA_VPG(p);
3294 if (lastpage == 0)
3300 lastpage = NPTESG;
3376 npte = ++scookie < zseg ? NPTESG : lastpage;

Completed in 23 milliseconds