Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Darm_gicv3_cpuif.c58 int aprmax = 1 << (cs->vprebits - 5); in ich_num_aprs() local
59 assert(aprmax <= ARRAY_SIZE(cs->ich_apr[0])); in ich_num_aprs()
60 return aprmax; in ich_num_aprs()
159 int aprmax = ich_num_aprs(cs); in ich_highest_active_virt_prio() local
165 for (i = 0; i < aprmax; i++) { in ich_highest_active_virt_prio()
905 int aprmax = 1 << MAX(cs->prebits - 5, 0); in icc_num_aprs() local
906 assert(aprmax <= ARRAY_SIZE(cs->icc_apr[0])); in icc_num_aprs()
907 return aprmax; in icc_num_aprs()
1516 int aprmax = ich_num_aprs(cs); in icv_drop_prio() local
1518 for (i = 0; i < aprmax; in icv_drop_prio()
[all...]