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

/gem5/system/alpha/console/
H A Dconsole.c306 struct rpb_ctb m5_rpb_ctb = {
388 struct rpb_ctb *rpb_ctb; local
590 rpb_ctb = (struct rpb_ctb *) nextPtr;
591 ctb_tt = (struct ctb_tt*) rpb_ctb;
593 rpb->rpb_ctb_off = ((ulong)rpb_ctb) - (ulong)rpb;
594 rpb->rpb_ctb_size = sizeof(struct rpb_ctb);
596 bzero((char *)rpb_ctb, sizeof(struct ctb_tt));
598 rpb_ctb
[all...]
/gem5/system/alpha/h/
H A Drpb.h336 struct rpb_ctb { struct
371 ((struct rpb_ctb *) ((long)hwrpb_addr + (long)(hwrpb_addr->rpb_ctb_off)))

Completed in 10 milliseconds