Home
last modified time | relevance | path

Searched refs:CONFIG_SMP (Results 1 – 25 of 859) sorted by relevance

12345678910>>...35

/Linux-v5.10/include/linux/
Du64_stats_sync.h69 #if BITS_PER_LONG==32 && defined(CONFIG_SMP)
120 #if BITS_PER_LONG == 32 && defined(CONFIG_SMP) in u64_stats_init()
127 #if BITS_PER_LONG==32 && defined(CONFIG_SMP) in u64_stats_update_begin()
134 #if BITS_PER_LONG==32 && defined(CONFIG_SMP) in u64_stats_update_end()
144 #if BITS_PER_LONG==32 && defined(CONFIG_SMP) in u64_stats_update_begin_irqsave()
155 #if BITS_PER_LONG==32 && defined(CONFIG_SMP) in u64_stats_update_end_irqrestore()
163 #if BITS_PER_LONG==32 && defined(CONFIG_SMP) in __u64_stats_fetch_begin()
172 #if BITS_PER_LONG==32 && !defined(CONFIG_SMP) in u64_stats_fetch_begin()
181 #if BITS_PER_LONG==32 && defined(CONFIG_SMP) in __u64_stats_fetch_retry()
191 #if BITS_PER_LONG==32 && !defined(CONFIG_SMP) in u64_stats_fetch_retry()
[all …]
Dbit_spinlock.h26 #if defined(CONFIG_SMP) || defined(CONFIG_DEBUG_SPINLOCK) in bit_spin_lock()
44 #if defined(CONFIG_SMP) || defined(CONFIG_DEBUG_SPINLOCK) in bit_spin_trylock()
62 #if defined(CONFIG_SMP) || defined(CONFIG_DEBUG_SPINLOCK) in bit_spin_unlock()
79 #if defined(CONFIG_SMP) || defined(CONFIG_DEBUG_SPINLOCK) in __bit_spin_unlock()
91 #if defined(CONFIG_SMP) || defined(CONFIG_DEBUG_SPINLOCK) in bit_spin_is_locked()
Dcache.h45 #ifdef CONFIG_SMP
59 #ifdef CONFIG_SMP
76 #if defined(CONFIG_SMP)
/Linux-v5.10/arch/powerpc/mm/nohash/
Dmmu_context.c83 #ifdef CONFIG_SMP
108 #ifdef CONFIG_SMP
166 #ifdef CONFIG_SMP in steal_all_contexts()
186 #ifdef CONFIG_SMP in steal_all_contexts()
207 #ifdef CONFIG_SMP in steal_context_up()
223 #ifdef CONFIG_SMP in steal_context_up()
265 #ifdef CONFIG_SMP in switch_mmu_context()
276 #ifdef CONFIG_SMP in switch_mmu_context()
307 #ifdef CONFIG_SMP in switch_mmu_context()
341 #ifdef CONFIG_SMP in switch_mmu_context()
[all …]
/Linux-v5.10/arch/arm/mach-bcm/
DMakefile23 obj-$(CONFIG_SMP) += platsmp.o
49 obj-$(CONFIG_SMP) += platsmp.o
56 obj-$(CONFIG_SMP) += platsmp.o
62 obj-$(CONFIG_SMP) += bcm63xx_smp.o bcm63xx_pmb.o
68 obj-$(CONFIG_SMP) += platsmp-brcmstb.o
/Linux-v5.10/arch/mips/kernel/
Dmachine_kexec.c23 #ifdef CONFIG_SMP
96 #ifdef CONFIG_SMP in machine_kexec_prepare()
114 #ifdef CONFIG_SMP
141 #ifdef CONFIG_SMP in machine_shutdown()
160 #ifdef CONFIG_SMP
184 #ifdef CONFIG_SMP in kexec_reboot()
256 #ifdef CONFIG_SMP in machine_kexec()
Dreset.c93 #ifdef CONFIG_SMP in machine_restart()
108 #ifdef CONFIG_SMP in machine_halt()
120 #ifdef CONFIG_SMP in machine_power_off()
/Linux-v5.10/arch/riscv/kernel/
DMakefile36 obj-$(CONFIG_SMP) += smpboot.o
37 obj-$(CONFIG_SMP) += smp.o
38 obj-$(CONFIG_SMP) += cpu_ops.o
39 obj-$(CONFIG_SMP) += cpu_ops_spinwait.o
51 obj-$(CONFIG_SMP) += cpu_ops_sbi.o
/Linux-v5.10/arch/powerpc/mm/book3s32/
Dhash_low.S29 #ifdef CONFIG_SMP
50 #ifdef CONFIG_SMP
84 #ifdef CONFIG_SMP
116 #ifdef CONFIG_SMP
123 #ifdef CONFIG_SMP
141 #ifdef CONFIG_SMP
159 #ifdef CONFIG_SMP
188 #ifdef CONFIG_SMP
208 #ifdef CONFIG_SMP
239 #ifdef CONFIG_SMP
[all …]
/Linux-v5.10/arch/alpha/include/asm/
Dbitops.h137 #ifdef CONFIG_SMP in test_and_set_bit()
147 #ifdef CONFIG_SMP in test_and_set_bit()
174 #ifdef CONFIG_SMP in test_and_set_bit_lock()
208 #ifdef CONFIG_SMP in test_and_clear_bit()
218 #ifdef CONFIG_SMP in test_and_clear_bit()
252 #ifdef CONFIG_SMP in test_and_change_bit()
260 #ifdef CONFIG_SMP in test_and_change_bit()
Dmmu_context.h92 #ifdef CONFIG_SMP
144 #ifdef CONFIG_SMP in ev5_switch_mm()
154 #ifdef CONFIG_SMP in ev5_switch_mm()
187 #ifdef CONFIG_SMP
/Linux-v5.10/arch/ia64/include/asm/
Dtlbflush.h54 #ifdef CONFIG_SMP
88 #ifdef CONFIG_SMP in flush_tlb_mm()
103 #ifdef CONFIG_SMP in flush_tlb_page()
116 #ifdef CONFIG_SMP
/Linux-v5.10/arch/sparc/kernel/
Dcpu.c333 #ifndef CONFIG_SMP in show_cpuinfo()
347 #ifndef CONFIG_SMP in show_cpuinfo()
354 #ifdef CONFIG_SMP in show_cpuinfo()
358 #ifdef CONFIG_SMP in show_cpuinfo()
382 #ifndef CONFIG_SMP in show_cpuinfo()
397 #ifndef CONFIG_SMP in show_cpuinfo()
402 #ifdef CONFIG_SMP in show_cpuinfo()
406 #ifdef CONFIG_SMP in show_cpuinfo()
Dsun4d_irq.c158 #ifdef CONFIG_SMP in sun4d_handler_irq()
194 #ifdef CONFIG_SMP in sun4d_mask_irq()
199 #ifdef CONFIG_SMP in sun4d_mask_irq()
212 #ifdef CONFIG_SMP in sun4d_unmask_irq()
218 #ifdef CONFIG_SMP in sun4d_unmask_irq()
248 #ifdef CONFIG_SMP
396 #ifdef CONFIG_SMP in sun4d_fixup_trap_table()
461 #ifdef CONFIG_SMP in sun4d_init_timers()
/Linux-v5.10/arch/sparc/mm/
Dviking.S20 #ifdef CONFIG_SMP
112 #ifndef CONFIG_SMP
116 #ifndef CONFIG_SMP
138 #ifndef CONFIG_SMP
147 #ifndef CONFIG_SMP
157 #ifndef CONFIG_SMP
172 #ifndef CONFIG_SMP
182 #ifndef CONFIG_SMP
191 #ifndef CONFIG_SMP
202 #ifdef CONFIG_SMP
/Linux-v5.10/arch/parisc/kernel/
Dirq.c97 #ifdef CONFIG_SMP
136 #ifdef CONFIG_SMP
167 #ifdef CONFIG_SMP in arch_show_interrupts()
219 #ifdef CONFIG_SMP in show_interrupts()
336 #ifdef CONFIG_SMP in txn_affinity_addr()
513 #ifdef CONFIG_SMP in do_cpu_irq_mask()
532 #ifdef CONFIG_SMP in do_cpu_irq_mask()
576 #ifdef CONFIG_SMP in claim_cpu_irqs()
587 #ifdef CONFIG_SMP in init_IRQ()
/Linux-v5.10/arch/ia64/kernel/
Dsetup.c70 #if defined(CONFIG_SMP) && (IA64_CPU_SIZE > PAGE_SIZE)
76 #ifdef CONFIG_SMP
84 #ifdef CONFIG_SMP
511 #ifdef CONFIG_SMP in mark_bsp_online()
584 #ifdef CONFIG_SMP in setup_arch()
603 #ifdef CONFIG_SMP in setup_arch()
638 #ifdef CONFIG_SMP in setup_arch()
655 #ifdef CONFIG_SMP in show_cpuinfo()
722 #ifdef CONFIG_SMP in show_cpuinfo()
741 #ifdef CONFIG_SMP in c_start()
[all …]
Dmsi_ia64.c15 #ifdef CONFIG_SMP
108 #ifdef CONFIG_SMP
115 #ifdef CONFIG_SMP
146 #ifdef CONFIG_SMP
/Linux-v5.10/arch/hexagon/kernel/
Dtime.c87 #ifdef CONFIG_SMP
102 #ifdef CONFIG_SMP
107 #ifdef CONFIG_SMP
187 #ifdef CONFIG_SMP in time_init_deferred()
/Linux-v5.10/drivers/irqchip/
Dirq-csky-mpintc.c126 #ifdef CONFIG_SMP
170 #ifdef CONFIG_SMP
212 #ifdef CONFIG_SMP
232 #ifdef CONFIG_SMP in csky_mpintc_init()
271 #ifdef CONFIG_SMP in csky_mpintc_init()
/Linux-v5.10/kernel/sched/
Dsched.h394 #ifdef CONFIG_SMP
503 #ifdef CONFIG_SMP
546 #ifdef CONFIG_SMP
614 #if defined(CONFIG_IRQ_WORK) && defined(CONFIG_SMP)
623 #if defined CONFIG_SMP || defined CONFIG_RT_GROUP_SCHED
626 #ifdef CONFIG_SMP
631 #ifdef CONFIG_SMP
666 #ifdef CONFIG_SMP
745 #ifdef CONFIG_SMP
910 #ifdef CONFIG_SMP
[all …]
/Linux-v5.10/arch/arm/vfp/
Dvfpmodule.c64 #ifdef CONFIG_SMP in vfp_state_in_hw()
82 #ifdef CONFIG_SMP in vfp_force_reload()
113 #ifdef CONFIG_SMP in vfp_thread_flush()
135 #ifdef CONFIG_SMP in vfp_thread_copy()
163 #ifdef CONFIG_SMP in vfp_notifier()
171 #ifdef CONFIG_SMP in vfp_notifier()
462 #ifndef CONFIG_SMP in vfp_pm_suspend()
693 #ifndef CONFIG_SMP in kernel_neon_begin()
/Linux-v5.10/include/linux/sched/
Dnohz.h9 #if defined(CONFIG_SMP) && defined(CONFIG_NO_HZ_COMMON)
26 #if defined(CONFIG_NO_HZ_COMMON) && defined(CONFIG_SMP)
/Linux-v5.10/arch/x86/include/asm/
Dpgtable-2level.h49 #ifdef CONFIG_SMP
58 #ifdef CONFIG_SMP
67 #ifdef CONFIG_SMP
/Linux-v5.10/drivers/sh/intc/
Dchip.c24 #ifdef CONFIG_SMP in _intc_enable()
52 #ifdef CONFIG_SMP in intc_disable()
62 #ifdef CONFIG_SMP
207 #ifdef CONFIG_SMP

12345678910>>...35