Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/vgic/
H A Dvgic-debug.c47 if (iter->intid == VGIC_LPI_MAX_INTID + 1) in iter_next()
52 VGIC_LPI_MAX_INTID, XA_PRESENT)) in iter_next()
53 iter->intid = VGIC_LPI_MAX_INTID + 1; in iter_next()
99 iter->intid > VGIC_LPI_MAX_INTID; in end_of_vgic()
H A Dvgic.h19 #define VGIC_LPI_MAX_INTID ((1 << INTERRUPT_ID_BITS_ITS) - 1) macro