Home | History | Annotate | Download | only in hw

Lines Matching refs:NCPU

43     unsigned pending:NCPU;
44 unsigned active:NCPU;
45 unsigned level:NCPU;
50 #define ALL_CPU_MASK ((1 << NCPU) - 1)
81 qemu_irq parent_irq[NCPU];
83 int cpu_enabled[NCPU];
89 int priority1[32][NCPU];
91 int last_active[GIC_NIRQ][NCPU];
93 int priority_mask[NCPU];
94 int running_irq[NCPU];
95 int running_priority[NCPU];
96 int current_pending[NCPU];
112 for (cpu = 0; cpu < NCPU; cpu++) {
258 return ((GIC_NIRQ / 32) - 1) | ((NCPU - 1) << 5);
623 for (i = 0 ; i < NCPU; i++) {
654 for (i = 0; i < NCPU; i++) {
691 for (i = 0; i < NCPU; i++) {
725 for (i = 0; i < NCPU; i++) {