Searched refs:SGIR_AFF_MASK (Results 1 – 2 of 2) sorted by relevance
460 sgir |= ((aff3 & SGIR_AFF_MASK) << SGIR_AFF3_SHIFT) | in gicv3_send_sgi()461 ((aff2 & SGIR_AFF_MASK) << SGIR_AFF2_SHIFT) | in gicv3_send_sgi()462 ((aff1 & SGIR_AFF_MASK) << SGIR_AFF1_SHIFT); in gicv3_send_sgi()
243 #define SGIR_AFF_MASK 0xff macro
Completed in 6 milliseconds