Searched defs:tpr (Results 1 - 1 of 1) sorted by relevance

/external/qemu/hw/intc/
H A Dapic.c71 uint8_t tpr; member in struct:APICState
313 s->tpr = (val & 0x0f) << 4;
320 return s ? s->tpr >> 4 : 0;
337 int tpr, isrv, ppr; local
339 tpr = (s->tpr >> 4);
344 if (tpr >= isrv)
345 ppr = s->tpr;
467 s->tpr = 0;
575 if (s->tpr
[all...]

Completed in 61 milliseconds