Searched refs:NCPU (Results 1 – 2 of 2) sorted by relevance
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];[all …]
20 #define NCPU 1 macro