/src/sys/arch/evbarm/fdt/ |
fdt_machdep.c | 421 const paddr_t epg = atop(epa); local in function:initarm 426 uvm_page_physload(spg, epg, spg, epg, VM_FREELIST_DEFAULT);
|
/src/sys/arch/atari/atari/ |
bus.c | 121 pt_entry_t *pg, *epg; local in function:bootm_alloc 134 epg = &pg[btoc(size)]; 139 while (pg < epg) {
|
atari_init.c | 215 pt_entry_t *pg, *epg; local in function:start_c 495 epg = (pt_entry_t *)ptpa; 496 epg = &epg[ptsize / sizeof(pt_entry_t)]; 497 while (pg < epg) 951 pt_entry_t *pt, *pg, *epg; local in function:map_io_areas 964 epg = &pg[btoc(STIO_SIZE)]; 976 while (pg < epg) { 991 epg = &pg[btoc(PCI_CONFIG_SIZE)]; 994 for (; pg < epg; mask <<= 1 1149 pt_entry_t pg_proto, *pg, *epg; local in function:mmu030_setup 1202 pt_entry_t pg_proto, *pg, *epg; local in function:mmu040_setup [all...] |
/src/sys/arch/amiga/amiga/ |
amiga_init.c | 216 register pt_entry_t pg_proto, *pg, *epg; local in function:start_c 506 epg = &pg[ptsize >> PGSHIFT]; 508 while (pg < epg) { 515 epg = (pt_entry_t *)(Sysptmap_pa + PAGE_SIZE - sizeof(st_entry_t)); 516 while (pg < epg) 530 epg = &pg[ptsize >> PGSHIFT]; 533 while (pg < epg) { 542 epg = (pt_entry_t *)Sysptmap_pa; 543 epg = &epg[TIA_SIZE] [all...] |