Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/arm/
A Dvgic.c362 #define VGIC_ICFG_MASK(intr) (1 << ((2 * ((intr) % 16)) + 1)) macro
372 if ( tr & VGIC_ICFG_MASK(index) ) in vgic_get_virq_type()

Completed in 3 milliseconds