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

/linux-4.4.14/arch/powerpc/kvm/
H A Dmpic.c171 #define IVPR_PRIORITY(_ivprr_) ((int)(((_ivprr_) & IVPR_PRIORITY_MASK) >> 16)) macro
304 irq, IVPR_PRIORITY(opp->src[irq].ivpr), priority); IRQ_check()
306 if (IVPR_PRIORITY(opp->src[irq].ivpr) > priority) { IRQ_check()
308 priority = IVPR_PRIORITY(opp->src[irq].ivpr); IRQ_check()
365 priority = IVPR_PRIORITY(src->ivpr); IRQ_local_pipe()
1100 IVPR_PRIORITY(src->ivpr) > dst->servicing.priority)) { openpic_cpu_write_internal()
1145 !(IVPR_PRIORITY(src->ivpr) > dst->ctpr)) { openpic_iack()

Completed in 38 milliseconds