Home
last modified time | relevance | path

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

/external/qemu/hw/
Darm_gic.c43 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 …]
Darmv7m_nvic.c20 #define NCPU 1 macro