Home
last modified time | relevance | path

Searched refs:LPI_PRIORITY_MASK (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/intc/
H A Darm_gicv3_redist.c114 prio = lpite & LPI_PRIORITY_MASK; in update_for_one_lpi()
116 prio = ((lpite & LPI_PRIORITY_MASK) >> 1) | 0x80; in update_for_one_lpi()
H A Dgicv3_internal.h347 #define LPI_PRIORITY_MASK 0xfc
346 #define LPI_PRIORITY_MASK global() macro