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

/gem5/src/base/
H A Dpixel.cc55 unsigned rw, unsigned gw, unsigned bw,
58 depth(rw + gw + bw),
60 ch_r(ro, rw),
53 PixelConverter(unsigned _length, unsigned ro, unsigned go, unsigned bo, unsigned rw, unsigned gw, unsigned bw, ByteOrder _byte_order) argument
H A Dpixel.hh131 unsigned rw, unsigned gw, unsigned bw,
/gem5/src/dev/
H A Dintel_8254_timer.hh52 Bitfield<5, 4> rw; member in class:Intel8254Timer
H A Dintel_8254_timer.cc65 if (data.rw == LatchCommand)
68 counter[sel]->setRW(data.rw);
/gem5/src/dev/storage/
H A Dide_ctrl.hh64 Bitfield<3> rw; member in class:IdeController
H A Dide_ctrl.cc419 if (oldVal.startStop && oldVal.rw != newVal.rw)
420 oldVal.rw = newVal.rw;
/gem5/src/arch/arm/
H A Dinterrupts.cc122 if (!scr.rw) {
H A Dtable_walker.hh591 bool rw() const function
607 static uint8_t ap(bool rw, bool user) argument
609 return ((!rw) << 2) | (user << 1);
H A Dmiscregs_types.hh239 Bitfield<31> rw; // AArch64 member in namespace:ArmISA
300 Bitfield<10> rw; // AArch64 member in namespace:ArmISA
H A Dutility.cc330 bool aarch32_below_el3 = (have_el3 && scr.rw == 0);
335 && !isSecureBelowEL3(tc) && hcr.rw == 0));
H A Dfaults.cc1575 (!scr.ea && !scr.rw && !hcr.amo && !inSecureState(tc));
/gem5/src/dev/arm/
H A Dpl111.cc389 unsigned rw, gw, bw; local
394 rw = gw = bw = 8;
401 rw = 5;
417 rw, gw, bw,
423 rw, gw, bw,

Completed in 32 milliseconds