Lines Matching refs:seg
129 unsigned long seg, num;
152 for(seg = bootmem_end; seg < 0x0f800000; seg += SUN3_PMEG_SIZE) {
153 i = sun3_get_segmap(seg);
158 print_pte_vaddr (seg);
160 sun3_put_segmap(seg, SUN3_INVALID_PMEG);
165 for (num=0, seg=0x0F800000; seg<0x10000000; seg+=16*PAGE_SIZE) {
166 if (sun3_get_segmap (seg) != SUN3_INVALID_PMEG) {
170 print_pte_vaddr (seg + (i*PAGE_SIZE));
177 m68k_vmalloc_end = seg;
182 pmeg_alloc[sun3_get_segmap(seg)] = 2;
191 for(seg = 0; seg < PAGE_OFFSET; seg += SUN3_PMEG_SIZE)
192 sun3_put_segmap(seg, SUN3_INVALID_PMEG);
195 for(seg = 0; seg < 0x10000000; seg += SUN3_PMEG_SIZE) {
196 i = sun3_get_segmap(seg);
198 (*(romvec->pv_setctxt))(j, (void *)seg, i);
422 pr_info("seg:%ld crp:%p ->", get_fs().seg, crp);