Home
last modified time | relevance | path

Searched refs:DECStatDevice (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/vmips/vmips-1.5.1/
H A Ddecstat.cc30 DECStatDevice::DECStatDevice () in DECStatDevice() function in DECStatDevice
44 DECStatDevice::fetch_word (uint32 offset, int mode, DeviceExc *client) in fetch_word()
75 DECStatDevice::store_word (uint32 offset, uint32 data, DeviceExc *client) in store_word()
H A Ddecstat.h31 class DECStatDevice : public DeviceMap {
36 DECStatDevice ();
H A Dvmips.h41 class DECStatDevice; variable
73 DECStatDevice *decstat_device;
H A Dvmips.cc271 decstat_device = new DECStatDevice( ); in setup_decstat()