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

/linux-master/arch/powerpc/kvm/
H A Dmpic.c170 #define IVPR_PRIORITY(_ivprr_) ((int)(((_ivprr_) & IVPR_PRIORITY_MASK) >> 16)) macro
303 irq, IVPR_PRIORITY(opp->src[irq].ivpr), priority);
305 if (IVPR_PRIORITY(opp->src[irq].ivpr) > priority) {
307 priority = IVPR_PRIORITY(opp->src[irq].ivpr);
364 priority = IVPR_PRIORITY(src->ivpr);
1099 IVPR_PRIORITY(src->ivpr) > dst->servicing.priority)) {
1144 !(IVPR_PRIORITY(src->ivpr) > dst->ctpr)) {

Completed in 107 milliseconds