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

  /src/sys/arch/mvme68k/mvme68k/
seglist.h 41 paddr_t ps_end; /* End of segment */ member in struct:__anon60a96d330108
pmap_bootstrap.c 109 RELOC(phys_seg_list[i].ps_end, paddr_t)) {
122 RELOC(phys_seg_list[i].ps_end, paddr_t) =
123 m68k_trunc_page(RELOC(phys_seg_list[i].ps_end,
126 size = RELOC(phys_seg_list[i].ps_end, paddr_t) -
469 RELOC(phys_seg_list[0].ps_end, paddr_t) -=
472 RELOC(phys_seg_list[0].ps_end, paddr_t);
481 RELOC(phys_seg_list[i].ps_end, paddr_t);
machdep.c 212 * (Note: Just use ps_end here since onboard RAM starts at 0x0)
214 pager_map_size = phys_seg_list[0].ps_end / 2;
222 if (phys_seg_list[i].ps_start == phys_seg_list[i].ps_end) {
234 atop(phys_seg_list[i].ps_end),
236 atop(phys_seg_list[i].ps_end), i);
locore.s 292 movl %d1,%a0@(4) | phys_seg_list[0].ps_end
310 movl %d1,%a0@(0x10) | phys_seg_list[1].ps_end
486 movl %d1,%a0@(4) | phys_seg_list[0].ps_end
505 movl %d1,%a0@(0x10) | phys_seg_list[1].ps_end
  /src/sys/arch/next68k/next68k/
seglist.h 48 paddr_t ps_end; /* End of segment */ member in struct:__anone1ce82c70108
nextrom.c 323 RELOC(phys_seg_list[j].ps_end, paddr_t) =
330 RELOC(phys_seg_list[j].ps_end, paddr_t) =
337 RELOC(phys_seg_list[j].ps_end, paddr_t) =
348 RELOC(phys_seg_list[j - 1].ps_end, paddr_t) -= 0x2000;
350 RELOC(phys_seg_list[j - 1].ps_end, paddr_t);
355 RELOC(phys_seg_list[j].ps_end, paddr_t) = 0;
373 ROM_PUTX((RELOC(phys_seg_list[j].ps_end, paddr_t)
375 ROM_PUTX((RELOC(phys_seg_list[j].ps_end, paddr_t)
377 ROM_PUTX((RELOC(phys_seg_list[j].ps_end, paddr_t)
379 ROM_PUTX((RELOC(phys_seg_list[j].ps_end, paddr_t
    [all...]
pmap_bootstrap.c 120 RELOC(phys_seg_list[i].ps_end, paddr_t)) {
133 RELOC(phys_seg_list[i].ps_end, paddr_t) =
134 m68k_trunc_page(RELOC(phys_seg_list[i].ps_end,
137 size = RELOC(phys_seg_list[i].ps_end, paddr_t) -
492 RELOC(phys_seg_list[0].ps_end, paddr_t) -=
495 RELOC(phys_seg_list[0].ps_end, paddr_t);
504 RELOC(phys_seg_list[i].ps_end, paddr_t);
machdep.c 195 if (phys_seg_list[i].ps_start == phys_seg_list[i].ps_end) {
206 atop(phys_seg_list[i].ps_end),
208 atop(phys_seg_list[i].ps_end),

Completed in 51 milliseconds