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

/gem5/system/alpha/console/
H A Dconsole.c314 struct rpb_crb m5_rpb_crb = {
391 struct rpb_crb *rpb_crb; local
608 rpb_crb = (struct rpb_crb *) (((ulong)rpb_ctb) + sizeof(struct ctb_tt));
609 rpb->rpb_crb_off = ((ulong)rpb_crb) - (ulong)rpb;
611 bzero((char *)rpb_crb, sizeof(struct rpb_crb));
616 rpb_crb->rpb_num = 1;
617 rpb_crb
[all...]
/gem5/system/alpha/h/
H A Drpb.h357 struct rpb_crb { struct
374 ((struct rpb_crb *) ((long)hwrpb_addr + (long)(hwrpb_addr->rpb_crb_off)))

Completed in 10 milliseconds