Home
last modified time | relevance | path

Searched refs:smp (Results 1 – 25 of 89) sorted by relevance

1234

/arch/mn10300/mm/
DMakefile5 cache-smp-wback-$(CONFIG_MN10300_CACHE_WBACK) := cache-smp-flush.o
8 cacheflush-$(CONFIG_SMP) += cache-smp.o cache-smp-inv.o $(cache-smp-wback-y)
31 obj-$(CONFIG_SMP) += tlb-smp.o
/arch/arm/mach-shmobile/
DMakefile19 smp-y := platsmp.o headsmp.o
20 smp-$(CONFIG_ARCH_SH73A0) += smp-sh73a0.o headsmp-scu.o
21 smp-$(CONFIG_ARCH_R8A7779) += smp-r8a7779.o headsmp-scu.o
22 smp-$(CONFIG_ARCH_EMEV2) += smp-emev2.o headsmp-scu.o
54 obj-$(CONFIG_SMP) += $(smp-y)
Dboard-marzen-reference.c67 .smp = smp_ops(r8a7779_smp_ops),
/arch/arm/mach-spear/
DMakefile10 smp-$(CONFIG_SMP) += headsmp.o platsmp.o
11 smp-$(CONFIG_HOTPLUG_CPU) += hotplug.o
13 obj-$(CONFIG_ARCH_SPEAR13XX) += spear13xx.o $(smp-y)
/arch/x86/kernel/
Dalternative.c353 struct smp_alt_module *smp; in alternatives_smp_module_add() local
363 smp = kzalloc(sizeof(*smp), GFP_KERNEL); in alternatives_smp_module_add()
364 if (NULL == smp) in alternatives_smp_module_add()
368 smp->mod = mod; in alternatives_smp_module_add()
369 smp->name = name; in alternatives_smp_module_add()
370 smp->locks = locks; in alternatives_smp_module_add()
371 smp->locks_end = locks_end; in alternatives_smp_module_add()
372 smp->text = text; in alternatives_smp_module_add()
373 smp->text_end = text_end; in alternatives_smp_module_add()
375 __func__, smp->locks, smp->locks_end, in alternatives_smp_module_add()
[all …]
/arch/powerpc/sysdev/
Dmicropatch.c634 volatile smc_uart_t *smp; in cpm_load_patch() local
702 smp = (smc_uart_t *)&commproc->cp_dparam[PROFF_SMC1]; in cpm_load_patch()
703 smp->smc_rpbase = 0x1FC0; in cpm_load_patch()
/arch/sh/kernel/cpu/sh4a/
DMakefile21 smp-$(CONFIG_CPU_SHX3) := smp-shx3.o
49 obj-$(CONFIG_SMP) += $(smp-y)
/arch/mips/kernel/
DMakefile48 obj-$(CONFIG_SMP) += smp.o
49 obj-$(CONFIG_SMP_UP) += smp-up.o
50 obj-$(CONFIG_CPU_BMIPS) += smp-bmips.o bmips_vec.o
55 obj-$(CONFIG_MIPS_MT_SMP) += smp-mt.o
56 obj-$(CONFIG_MIPS_CMP) += smp-cmp.o cpc.o
/arch/mips/sibyte/bcm1480/
DMakefile3 obj-$(CONFIG_SMP) += smp.o
/arch/powerpc/platforms/cell/
DMakefile13 obj-$(CONFIG_PPC_CELL_NATIVE) += smp.o
14 obj-$(CONFIG_PPC_CELL_QPACE) += smp.o
/arch/mips/sibyte/sb1250/
DMakefile3 obj-$(CONFIG_SMP) += smp.o
/arch/mips/netlogic/common/
DMakefile2 obj-$(CONFIG_SMP) += smp.o smpboot.o
/arch/mn10300/kernel/
DMakefile14 obj-$(CONFIG_SMP) += smp.o smp-low.o
/arch/arc/plat-arcfpga/
DMakefile12 obj-$(CONFIG_SMP) += smp.o
/arch/powerpc/platforms/chrp/
DMakefile2 obj-$(CONFIG_SMP) += smp.o
/arch/blackfin/mach-bf561/
DMakefile8 obj-$(CONFIG_SMP) += smp.o secondary.o atomic.o
/arch/arm/mach-virt/
Dvirt.c47 .smp = smp_ops(virt_smp_ops),
/arch/arm/mach-msm/
Dboard-dt-8960.c32 .smp = smp_ops(msm_smp_ops),
Dboard-dt-8660.c45 .smp = smp_ops(msm_smp_ops),
/arch/x86/lib/
DMakefile17 obj-$(CONFIG_SMP) += msr-smp.o cache-smp.o
/arch/powerpc/platforms/powernv/
DMakefile4 obj-$(CONFIG_SMP) += smp.o
/arch/m32r/kernel/
DMakefile10 obj-$(CONFIG_SMP) += smp.o smpboot.o
/arch/powerpc/platforms/ps3/
DMakefile6 obj-$(CONFIG_SMP) += smp.o
/arch/powerpc/platforms/wsp/
DMakefile8 obj-$(CONFIG_SMP) += smp.o scom_smp.o
/arch/blackfin/mach-common/
DMakefile14 obj-$(CONFIG_SMP) += smp.o

1234