Searched refs:GIC_PRI_TO_GUEST (Results 1 – 3 of 3) sorted by relevance
150 #define GIC_PRI_TO_GUEST(pri) (pri >> 3) /* GICH_LR and GICH_VMCR only support macro
711 if ( GIC_PRI_TO_GUEST(p->priority) >= mask_priority ) in gic_events_need_delivery()713 if ( GIC_PRI_TO_GUEST(p->priority) >= active_priority ) in gic_events_need_delivery()
440 ((GIC_PRI_TO_GUEST(p->priority) & GICH_V2_LR_PRIORITY_MASK) in gicv2_update_lr()
Completed in 8 milliseconds