Searched refs:smp (Results 51 - 75 of 823) sorted by relevance

1234567891011>>

/linux-master/arch/arc/include/asm/
H A Datomic.h15 #include <asm/smp.h>
/linux-master/include/trace/events/
H A Dib_mad.h295 TP_PROTO(struct opa_smp *smp),
296 TP_ARGS(smp),
309 __entry->hop_ptr = smp->hop_ptr;
310 __entry->hop_cnt = smp->hop_cnt;
311 __entry->mkey = smp->mkey;
312 __entry->dr_slid = smp->route.dr.dr_slid;
313 __entry->dr_dlid = smp->route.dr.dr_dlid;
314 memcpy(__entry->initial_path, smp->route.dr.initial_path,
316 memcpy(__entry->return_path, smp->route.dr.return_path,
332 TP_PROTO(struct opa_smp *smp),
[all...]
/linux-master/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_pipe.c94 if (mdp5_kms->smp) {
101 ret = mdp5_smp_assign(mdp5_kms->smp, &new_global_state->smp,
144 if (mdp5_kms->smp) {
146 mdp5_smp_release(mdp5_kms->smp, &state->smp, hwpipe->pipe);
/linux-master/arch/arm/include/asm/
H A Dprocessor.h93 #define __ALT_SMP_ASM(smp, up) \
94 "9998: " smp "\n" \
95 " .pushsection \".alt.smp.init\", \"a\"\n" \
101 #define __ALT_SMP_ASM(smp, up) up
/linux-master/arch/alpha/lib/
H A Dudelay.c11 #include <asm/smp.h>
/linux-master/arch/arm/mach-omap2/
H A Domap-hotplug.c10 * realview smp platform.
16 #include <linux/smp.h>
/linux-master/arch/x86/kernel/
H A Di8253.c14 #include <asm/smp.h>
/linux-master/arch/mips/fw/arc/
H A Dinit.c15 #include <asm/smp-ops.h>
/linux-master/arch/sh/kernel/
H A Dtime.c17 #include <linux/smp.h>
/linux-master/arch/mips/kernel/
H A Di8253.c9 #include <linux/smp.h>
/linux-master/include/asm-generic/
H A Dmmiowb.h27 #include <asm/smp.h>
/linux-master/arch/mips/loongson2ef/common/
H A Dinit.c10 #include <asm/smp-ops.h>
/linux-master/arch/arc/kernel/
H A Dirq.c11 #include <asm/smp.h>
/linux-master/arch/arm/mach-versatile/
H A Dhotplug.c13 #include <linux/smp.h>
H A Dv2m.c38 .smp = smp_ops(vexpress_smp_dt_ops),
/linux-master/arch/loongarch/lib/
H A Ddelay.c7 #include <linux/smp.h>
/linux-master/arch/openrisc/kernel/
H A DMakefile12 obj-$(CONFIG_SMP) += smp.o sync-timer.o
/linux-master/arch/powerpc/kernel/
H A Ddbell.c10 #include <linux/smp.h>
45 printk(KERN_WARNING "Received doorbell on non-smp system\n");
/linux-master/arch/mips/cavium-octeon/
H A DMakefile19 obj-$(CONFIG_SMP) += smp.o
/linux-master/kernel/printk/
H A Dprintk_safe.c8 #include <linux/smp.h>
/linux-master/arch/riscv/kernel/
H A Dcpu_ops.c14 #include <asm/smp.h>
/linux-master/arch/mips/sgi-ip27/
H A DMakefile11 obj-$(CONFIG_SMP) += ip27-smp.o
/linux-master/arch/arm/common/
H A Dmcpm_platsmp.c12 #include <linux/smp.h>
16 #include <asm/smp.h>
/linux-master/arch/mips/bcm63xx/
H A Dprom.c11 #include <linux/smp.h>
14 #include <asm/smp-ops.h>
/linux-master/arch/mips/loongson64/
H A DMakefile8 obj-$(CONFIG_SMP) += smp.o

Completed in 251 milliseconds

1234567891011>>