Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/intc/
H A Darm_gicv3_common.h209 int prebits; /* number of physical preemption bits */ member
/openbmc/qemu/hw/intc/
H A Darm_gicv3_cpuif.c894 return 7 - cs->prebits; in icc_min_bpr()
905 int aprmax = 1 << MAX(cs->prebits - 5, 0); in icc_num_aprs()
1165 int aprbit = prio >> (8 - cs->prebits); in icc_activate_irq()
3095 cs->prebits = cs->pribits; in gicv3_init_cpuif()
3096 if (cs->prebits == 8) { in gicv3_init_cpuif()
3097 cs->prebits--; in gicv3_init_cpuif()
3109 if (cs->prebits >= 6) { in gicv3_init_cpuif()
3112 if (cs->prebits == 7) { in gicv3_init_cpuif()