Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/kernel/
H A Dtopology.c196 if ((mpidr & MPIDR_SMP_BITMASK) == MPIDR_SMP_VALUE) { in store_cpu_topology()
/openbmc/linux/arch/arm/include/asm/
H A Dcputype.h50 #define MPIDR_SMP_VALUE (0x2 << 30) macro