Lines Matching defs:offset
72 Addr offset;
73 if (!getBAR(pkt->getAddr(), bar, offset))
77 DPRINTF(VIOIface, "Reading offset 0x%x [len: %i]\n", offset, size);
80 if (offset >= OFF_VIO_DEVICE) {
81 vio.readConfig(pkt, offset - OFF_VIO_DEVICE);
87 switch(offset) {
142 panic("Unhandled read offset (0x%x)\n", offset);
153 Addr offset;
154 if (!getBAR(pkt->getAddr(), bar, offset))
158 DPRINTF(VIOIface, "Writing offset 0x%x [len: %i]\n", offset, size);
161 if (offset >= OFF_VIO_DEVICE) {
162 vio.writeConfig(pkt, offset - OFF_VIO_DEVICE);
168 switch(offset) {
214 panic("Unhandled read offset (0x%x)\n", offset);