Home
last modified time | relevance | path

Searched refs:is_smp (Results 1 – 7 of 7) sorted by relevance

/linux/arch/arm/include/asm/
H A Dsmp_plat.h18 static inline bool is_smp(void) in is_smp() function
40 return is_smp() ? cpu_info->cpuid & ARM_CPU_PART_MASK : in smp_cpuid_part()
50 if (!is_smp()) in tlb_ops_need_broadcast()
62 if (!is_smp()) in cache_ops_need_broadcast()
H A Dirq_work.h9 return is_smp(); in arch_irq_work_has_interrupt()
H A Dswitch_to.h30 if (IS_ENABLED(CONFIG_CURRENT_POINTER_IN_TPIDRURO) || is_smp()) \
H A Dtls.h57 #define defer_tls_reg_update is_smp()
/linux/arch/arm/kernel/
H A Dsetup.c599 u32 mpidr = is_smp() ? read_cpuid_mpidr() & MPIDR_HWID_BITMASK : 0; in smp_setup_processor_id()
1171 if (is_smp()) { in setup_arch()
1183 if (!is_smp()) in setup_arch()
1271 cpuid = is_smp() ? per_cpu(cpu_data, i).cpuid : read_cpuid_id(); in c_show()
H A Ddevtree.c76 u32 mpidr = is_smp() ? read_cpuid_mpidr() & MPIDR_HWID_BITMASK : 0; in arm_dt_init_cpu_maps()
/linux/arch/arm/mach-mvebu/
H A Dcoherency.c216 * CONFIG_SMP is enabled, is_smp() returns false due to the in coherency_type()
226 if (!is_smp()) in coherency_type()