Lines Matching refs:seg
128 unsigned long seg, num;
151 for(seg = bootmem_end; seg < 0x0f800000; seg += SUN3_PMEG_SIZE) {
152 i = sun3_get_segmap(seg);
157 print_pte_vaddr (seg);
159 sun3_put_segmap(seg, SUN3_INVALID_PMEG);
164 for (num=0, seg=0x0F800000; seg<0x10000000; seg+=16*PAGE_SIZE) {
165 if (sun3_get_segmap (seg) != SUN3_INVALID_PMEG) {
169 print_pte_vaddr (seg + (i*PAGE_SIZE));
176 m68k_vmalloc_end = seg;
181 pmeg_alloc[sun3_get_segmap(seg)] = 2;
190 for(seg = 0; seg < PAGE_OFFSET; seg += SUN3_PMEG_SIZE)
191 sun3_put_segmap(seg, SUN3_INVALID_PMEG);
194 for(seg = 0; seg < 0x10000000; seg += SUN3_PMEG_SIZE) {
195 i = sun3_get_segmap(seg);
197 (*(romvec->pv_setctxt))(j, (void *)seg, i);
419 pr_info("seg:%ld crp:%p ->", get_fs().seg, crp);