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

/gem5/src/dev/arm/
H A Dkmi.cc56 rawInterrupts(0),
161 InterruptReg ints = rawInterrupts;
171 InterruptReg ints = rawInterrupts;
183 rawInterrupts = ints;
188 rawInterrupts, control, getInterrupt());
192 rawInterrupts, control, getInterrupt());
202 tmp_interrupt.tx = rawInterrupts.tx & control.txint_enable;
203 tmp_interrupt.rx = rawInterrupts.rx & control.rxint_enable;
214 paramOut(cp, "raw_ints", rawInterrupts);
223 paramIn(cp, "raw_ints", rawInterrupts);
[all...]
H A Dkmi.hh107 InterruptReg rawInterrupts; member in class:Pl050
122 void setControl(ControlReg ctrl) { updateIntCtrl(rawInterrupts, ctrl); }

Completed in 5 milliseconds