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

/gem5/src/dev/x86/
H A Di8259.cc112 expectICW4 = bits(val, 0);
113 if (!expectICW4) {
117 DPRINTF(I8259, "Expecting %d more bytes.\n", expectICW4 ? 3 : 2);
209 if (expectICW4)
345 SERIALIZE_SCALAR(expectICW4);
363 UNSERIALIZE_SCALAR(expectICW4);
H A Di8259.hh75 bool expectICW4; member in class:X86ISA::I8259

Completed in 6 milliseconds