Home | History | Annotate | Download | only in hw

Lines Matching refs:tpr

71     uint8_t tpr;
312 s->tpr = (val & 0x0f) << 4;
319 return s ? s->tpr >> 4 : 0;
336 int tpr, isrv, ppr;
338 tpr = (s->tpr >> 4);
343 if (tpr >= isrv)
344 ppr = s->tpr;
466 s->tpr = 0;
573 if (s->tpr && intno <= s->tpr)
688 val = s->tpr;
771 s->tpr = val;
841 qemu_put_8s(f, &s->tpr);
877 qemu_get_8s(f, &s->tpr);