Home | History | Annotate | Download | only in hw

Lines Matching refs:ioregsel

48     uint8_t ioregsel;
131 val = s->ioregsel;
133 switch (s->ioregsel) {
144 index = (s->ioregsel - 0x10) >> 1;
146 if (s->ioregsel & 1)
153 printf("I/O APIC read: %08x = %08x\n", s->ioregsel, val);
166 s->ioregsel = val;
170 printf("I/O APIC write: %08x = %08x\n", s->ioregsel, val);
172 switch (s->ioregsel) {
180 index = (s->ioregsel - 0x10) >> 1;
182 if (s->ioregsel & 1) {
201 qemu_put_8s(f, &s->ioregsel);
216 qemu_get_8s(f, &s->ioregsel);