Searched refs:third_rpb (Results 1 - 1 of 1) sorted by relevance

/gem5/system/alpha/console/
H A Dconsole.c365 ulong *third_rpb = 0; variable
425 third_rpb = (ulong *)unix_boot_alloc(1);
436 bzero((char *)third_rpb, HWRPB_PAGES * PAGE_SIZE);
443 second[SECOND(0x10000000)] = KPTE(PFN(third_rpb));
479 third_rpb[i] = KPTE(PFN(rpb) + i);
483 third_rpb[HWRPB_PAGES + i] = KPTE(PFN(mdt_bitmap) + i);
488 third_rpb[HWRPB_PAGES + mdt_bitmap_pages + i] = KPTE(i);
497 rpb, first, second, third_rpb, third_kernel, reservedFixup);

Completed in 7 milliseconds