/src/sys/arch/aarch64/aarch64/ |
db_interface.c | 101 vaddr_t lastpage = -1; local in function:db_read_bytes 108 if (lastpage != atop(va) && !db_accessible_address(va, true)) { 113 lastpage = atop(va); 199 vaddr_t lastpage = -1; local in function:db_write_bytes 222 if (lastpage != atop(va) && !db_accessible_address(va, false)) { 226 lastpage = atop(va);
|
db_interface.c | 101 vaddr_t lastpage = -1; local in function:db_read_bytes 108 if (lastpage != atop(va) && !db_accessible_address(va, true)) { 113 lastpage = atop(va); 199 vaddr_t lastpage = -1; local in function:db_write_bytes 222 if (lastpage != atop(va) && !db_accessible_address(va, false)) { 226 lastpage = atop(va);
|
/src/sys/arch/acorn32/stand/boot32/ |
boot32.c | 116 u_long firstpage, lastpage, totalpages; /* RISC OS pagecounters */ variable in typeref:typename:u_long 185 lastpage = ((int)top_memory / nbpp) - 1; 186 totalpages = lastpage - firstpage;
|
boot32.c | 116 u_long firstpage, lastpage, totalpages; /* RISC OS pagecounters */ variable in typeref:typename:u_long 185 lastpage = ((int)top_memory / nbpp) - 1; 186 totalpages = lastpage - firstpage;
|
/src/sys/arch/mac68k/mac68k/ |
machdep.c | 2364 u_long addr, lastpage, phys, len, limit; local in function:get_mapping 2373 lastpage = get_top_of_ram(); 2381 for (addr = 0; addr <= lastpage && get_physical(addr, &phys);
|
machdep.c | 2364 u_long addr, lastpage, phys, len, limit; local in function:get_mapping 2373 lastpage = get_top_of_ram(); 2381 for (addr = 0; addr <= lastpage && get_physical(addr, &phys);
|
/src/sys/arch/sparc/sparc/ |
pmap.c | 3091 int lastpage; local in function:pmap_bootstrap4_4c 3293 lastpage = VA_VPG(p); 3294 if (lastpage == 0) 3300 lastpage = NPTESG; 3376 npte = ++scookie < zseg ? NPTESG : lastpage;
|
pmap.c | 3091 int lastpage; local in function:pmap_bootstrap4_4c 3293 lastpage = VA_VPG(p); 3294 if (lastpage == 0) 3300 lastpage = NPTESG; 3376 npte = ++scookie < zseg ? NPTESG : lastpage;
|