Lines Matching refs:offset
100 Addr offset = pkt->getAddr() - pioAddr;
101 switch(offset) {
119 Addr offset = pkt->getAddr() - pioAddr;
120 switch(offset) {
135 X86ISA::I82094AA::writeReg(uint8_t offset, uint32_t value)
137 if (offset == 0x0) {
139 } else if (offset == 0x1) {
141 } else if (offset == 0x2) {
143 } else if (offset >= 0x10 && offset <= (0x10 + TableSize * 2)) {
144 int index = (offset - 0x10) / 2;
145 if (offset % 2) {
153 warn("Access to undefined I/O APIC register %#x.\n", offset);
156 "Wrote %#x to I/O APIC register %#x .\n", value, offset);
160 X86ISA::I82094AA::readReg(uint8_t offset)
163 if (offset == 0x0) {
165 } else if (offset == 0x1) {
167 } else if (offset == 0x2) {
169 } else if (offset >= 0x10 && offset <= (0x10 + TableSize * 2)) {
170 int index = (offset - 0x10) / 2;
171 if (offset % 2) {
177 warn("Access to undefined I/O APIC register %#x.\n", offset);
180 "Read %#x from I/O APIC register %#x.\n", result, offset);
234 // state from the local APIC. We'll just rotate an offset