Searched defs:ALL_CPU_MASK (Results 1 – 2 of 2) sorted by relevance
27 #define ALL_CPU_MASK ((unsigned)(((1 << GIC_NCPU) - 1))) macro
23 #define ALL_CPU_MASK GENMASK(NR_CPUS - 1, 0) macro