Searched refs:isrv (Results 1 - 1 of 1) sorted by relevance

/external/qemu/hw/
H A Dapic.c336 int tpr, isrv, ppr; local
339 isrv = get_highest_priority_int(s->isr);
340 if (isrv < 0)
341 isrv = 0;
342 isrv >>= 4;
343 if (tpr >= isrv)
346 ppr = isrv << 4;
395 int isrv; local
396 isrv = get_highest_priority_int(s->isr);
397 if (isrv <
[all...]

Completed in 163 milliseconds