Searched refs:smp (Results 76 - 100 of 823) sorted by relevance

1234567891011>>

/linux-master/arch/arm/mach-npcm/
H A Dplatsmp.c5 #define pr_fmt(fmt) "nuvoton,npcm7xx-smp: " fmt
8 #include <linux/smp.h>
13 #include <asm/smp.h>
78 CPU_METHOD_OF_DECLARE(npcm7xx_smp, "nuvoton,npcm750-smp", &npcm7xx_smp_ops);
/linux-master/init/
H A DMakefile26 smp-flag-$(CONFIG_SMP) := SMP
36 utsver=$$(echo '$(pound)'"$(build-version)" $(smp-flag-y) $(preempt-flag-y) "$(build-timestamp)" | cut -b -64); \
/linux-master/arch/powerpc/kernel/
H A Didle.c20 #include <linux/smp.h>
30 #include <asm/smp.h>
/linux-master/arch/powerpc/platforms/ps3/
H A DMakefile7 obj-$(CONFIG_SMP) += smp.o
/linux-master/drivers/sh/intc/
H A Dcore.c167 unsigned int smp)
174 d->smp[cnt] = smp;
199 unsigned int i, k, smp; local
253 d->smp = kcalloc(d->nr_reg, sizeof(*d->smp), GFP_NOWAIT);
254 if (!d->smp)
261 smp = IS_SMP(hw->mask_regs[i]);
262 k += save_reg(d, k, hw->mask_regs[i].set_reg, smp);
263 k += save_reg(d, k, hw->mask_regs[i].clr_reg, smp);
164 save_reg(struct intc_desc_int *d, unsigned int cnt, unsigned long value, unsigned int smp) argument
[all...]
H A Dinternals.h23 #define IS_SMP(x) (x.smp)
24 #define INTC_REG(d, x, c) (d->reg[(x)] + ((d->smp[(x)] & 0xff) * c))
25 #define SMP_NR(d, x) ((d->smp[(x)] >> 8) ? (d->smp[(x)] >> 8) : 1)
62 unsigned long *smp; member in struct:intc_desc_int
/linux-master/include/linux/
H A Dsh_intc.h54 unsigned long smp; member in struct:intc_mask_reg
62 unsigned long smp; member in struct:intc_prio_reg
78 #define INTC_SMP(stride, nr) .smp = (stride) | ((nr) << 8)
/linux-master/arch/x86/um/
H A Dsysrq_32.c7 #include <linux/smp.h>
/linux-master/arch/sparc/prom/
H A Dp1275.c10 #include <linux/smp.h>
/linux-master/arch/arm/mach-shmobile/
H A Dsmp-emev2.c10 #include <linux/smp.h>
H A Dsetup-r8a7779.c56 .smp = smp_ops(r8a7779_smp_ops),
H A Dsetup-sh73a0.c39 .smp = smp_ops(sh73a0_smp_ops),
/linux-master/arch/powerpc/include/asm/
H A Dmpic_msgr.h11 #include <asm/smp.h>
/linux-master/arch/arm/mach-tegra/
H A Dhotplug.c10 #include <linux/smp.h>
/linux-master/arch/csky/mm/
H A Dcontext.c11 #include <asm/smp.h>
H A Dhighmem.c6 #include <linux/smp.h>
/linux-master/arch/arm/mach-aspeed/
H A Dplatsmp.c8 #include <linux/smp.h>
61 CPU_METHOD_OF_DECLARE(aspeed_smp, "aspeed,ast2600-smp", &aspeed_smp_ops);
/linux-master/arch/powerpc/platforms/powermac/
H A DMakefile25 obj-$(CONFIG_SMP) += smp.o
/linux-master/arch/x86/kernel/cpu/mce/
H A Dp5.c9 #include <linux/smp.h>
/linux-master/arch/mips/lib/
H A Ddelay.c14 #include <linux/smp.h>
/linux-master/arch/arm/mach-versatile/
H A Dplatsmp.c16 #include <linux/smp.h>
/linux-master/arch/loongarch/include/asm/
H A Dtopology.h8 #include <linux/smp.h>
/linux-master/arch/arm/mach-spear/
H A Dspear1310.c56 .smp = smp_ops(spear13xx_smp_ops),
/linux-master/include/linux/firmware/
H A Dtrusted_foundations.h24 #include <linux/smp.h>
/linux-master/arch/powerpc/platforms/pseries/
H A Dkexec.c15 #include <asm/smp.h>

Completed in 306 milliseconds

1234567891011>>