Home
last modified time | relevance | path

Searched defs:ALL_CPU_MASK (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/intc/
H A Dgic_internal.h27 #define ALL_CPU_MASK ((unsigned)(((1 << GIC_NCPU) - 1))) macro
/openbmc/u-boot/board/synopsys/hsdk/
H A Dhsdk.c23 #define ALL_CPU_MASK GENMASK(NR_CPUS - 1, 0) macro