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

/gem5/src/dev/arm/
H A Drtc_pl031.cc51 PL031::PL031(Params *p) function in class:PL031
61 PL031::read(PacketPtr pkt)
98 panic("Tried to read PL031 at offset %#x that doesn't exist\n", daddr);
123 PL031::write(PacketPtr pkt)
157 panic("Tried to read PL031 at offset %#x that doesn't exist\n", daddr);
166 PL031::resyncMatch()
183 PL031::counterMatch()
197 PL031::serialize(CheckpointOut &cp) const
199 DPRINTF(Checkpoint, "Serializing Arm PL031\
[all...]
H A Drtc_pl031.hh44 #include "params/PL031.hh"
50 class PL031 : public AmbaIntDevice class in inherits:AmbaIntDevice
112 PL031(Params *p);
H A DRealView.py432 class PL031(AmbaIntDevice): class in inherits:AmbaIntDevice
433 type = 'PL031'
662 rtc = PL031(pio_addr=0x10017000, int_num=42)
816 rtc = PL031(pio_addr=0x1C170000, int_num=36)
1039 rtc = PL031(pio_addr=0x1c170000, int_num=36)

Completed in 15 milliseconds