plat_smp_ops       64 arch/arc/include/asm/smp.h extern struct plat_smp_ops  plat_smp_ops;
plat_smp_ops       28 arch/arc/kernel/irq.c 	if (plat_smp_ops.init_per_cpu)
plat_smp_ops       29 arch/arc/kernel/irq.c 		plat_smp_ops.init_per_cpu(smp_processor_id());
plat_smp_ops      172 arch/arc/kernel/mcip.c struct plat_smp_ops plat_smp_ops = {
plat_smp_ops       38 arch/arc/kernel/smp.c struct plat_smp_ops  __weak plat_smp_ops;
plat_smp_ops       97 arch/arc/kernel/smp.c 	if (plat_smp_ops.init_early_smp)
plat_smp_ops       98 arch/arc/kernel/smp.c 		plat_smp_ops.init_early_smp();
plat_smp_ops      158 arch/arc/kernel/smp.c 	return plat_smp_ops.info ? : "";
plat_smp_ops      180 arch/arc/kernel/smp.c 	if (plat_smp_ops.init_per_cpu)
plat_smp_ops      181 arch/arc/kernel/smp.c 		plat_smp_ops.init_per_cpu(cpu);
plat_smp_ops      215 arch/arc/kernel/smp.c 	if (plat_smp_ops.cpu_kick)
plat_smp_ops      216 arch/arc/kernel/smp.c 		plat_smp_ops.cpu_kick(cpu,
plat_smp_ops      292 arch/arc/kernel/smp.c 	if (plat_smp_ops.ipi_send && !old)
plat_smp_ops      293 arch/arc/kernel/smp.c 		plat_smp_ops.ipi_send(cpu);
plat_smp_ops      373 arch/arc/kernel/smp.c 	if (plat_smp_ops.ipi_clear)
plat_smp_ops      374 arch/arc/kernel/smp.c 		plat_smp_ops.ipi_clear(irq);
plat_smp_ops      132 arch/arc/plat-eznps/smp.c struct plat_smp_ops plat_smp_ops = {
plat_smp_ops      416 arch/mips/cavium-octeon/smp.c static const struct plat_smp_ops octeon_smp_ops = {
plat_smp_ops      496 arch/mips/cavium-octeon/smp.c static const struct plat_smp_ops octeon_78xx_smp_ops = {
plat_smp_ops      515 arch/mips/cavium-octeon/smp.c 	const struct plat_smp_ops *ops;
plat_smp_ops       54 arch/mips/fw/arc/init.c 		extern const struct plat_smp_ops ip27_smp_ops;
plat_smp_ops       51 arch/mips/include/asm/bmips.h extern const struct plat_smp_ops bmips43xx_smp_ops;
plat_smp_ops       52 arch/mips/include/asm/bmips.h extern const struct plat_smp_ops bmips5000_smp_ops;
plat_smp_ops       25 arch/mips/include/asm/mach-loongson64/loongson.h extern const struct plat_smp_ops loongson3_smp_ops;
plat_smp_ops       87 arch/mips/include/asm/netlogic/common.h extern const struct plat_smp_ops nlm_smp_ops;
plat_smp_ops       42 arch/mips/include/asm/smp-ops.h extern void register_smp_ops(const struct plat_smp_ops *ops);
plat_smp_ops       46 arch/mips/include/asm/smp-ops.h 	extern const struct plat_smp_ops *mp_ops;	/* private */
plat_smp_ops       57 arch/mips/include/asm/smp-ops.h struct plat_smp_ops;
plat_smp_ops       64 arch/mips/include/asm/smp-ops.h static inline void register_smp_ops(const struct plat_smp_ops *ops)
plat_smp_ops       73 arch/mips/include/asm/smp-ops.h 	extern const struct plat_smp_ops up_smp_ops;
plat_smp_ops       86 arch/mips/include/asm/smp-ops.h 	extern const struct plat_smp_ops cmp_smp_ops;
plat_smp_ops      102 arch/mips/include/asm/smp-ops.h 	extern const struct plat_smp_ops vsmp_smp_ops;
plat_smp_ops       71 arch/mips/include/asm/smp.h 	extern const struct plat_smp_ops *mp_ops;	/* private */
plat_smp_ops       79 arch/mips/include/asm/smp.h 	extern const struct plat_smp_ops *mp_ops;	/* private */
plat_smp_ops       86 arch/mips/include/asm/smp.h 	extern const struct plat_smp_ops *mp_ops;	/* private */
plat_smp_ops       97 arch/mips/include/asm/smp.h 	extern const struct plat_smp_ops *mp_ops;	/* private */
plat_smp_ops      104 arch/mips/include/asm/smp.h 	extern const struct plat_smp_ops *mp_ops;	/* private */
plat_smp_ops      126 arch/mips/include/asm/smp.h 	extern const struct plat_smp_ops *mp_ops;	/* private */
plat_smp_ops      133 arch/mips/include/asm/smp.h 	extern const struct plat_smp_ops *mp_ops;	/* private */
plat_smp_ops      415 arch/mips/kernel/smp-bmips.c const struct plat_smp_ops bmips43xx_smp_ops = {
plat_smp_ops      432 arch/mips/kernel/smp-bmips.c const struct plat_smp_ops bmips5000_smp_ops = {
plat_smp_ops      140 arch/mips/kernel/smp-cmp.c const struct plat_smp_ops cmp_smp_ops = {
plat_smp_ops      607 arch/mips/kernel/smp-cps.c static const struct plat_smp_ops cps_smp_ops = {
plat_smp_ops      626 arch/mips/kernel/smp-cps.c 	extern const struct plat_smp_ops *mp_ops;
plat_smp_ops      231 arch/mips/kernel/smp-mt.c const struct plat_smp_ops vsmp_smp_ops = {
plat_smp_ops       67 arch/mips/kernel/smp-up.c const struct plat_smp_ops up_smp_ops = {
plat_smp_ops      137 arch/mips/kernel/smp.c const struct plat_smp_ops *mp_ops;
plat_smp_ops      140 arch/mips/kernel/smp.c void register_smp_ops(const struct plat_smp_ops *ops)
plat_smp_ops      732 arch/mips/loongson64/loongson-3/smp.c const struct plat_smp_ops loongson3_smp_ops = {
plat_smp_ops      277 arch/mips/netlogic/common/smp.c const struct plat_smp_ops nlm_smp_ops = {
plat_smp_ops      137 arch/mips/paravirt/paravirt-smp.c const struct plat_smp_ops paravirt_smp_ops = {
plat_smp_ops       17 arch/mips/paravirt/setup.c extern const struct plat_smp_ops paravirt_smp_ops;
plat_smp_ops      235 arch/mips/sgi-ip27/ip27-smp.c const struct plat_smp_ops ip27_smp_ops = {
plat_smp_ops      148 arch/mips/sibyte/bcm1480/smp.c const struct plat_smp_ops bcm1480_smp_ops = {
plat_smp_ops      220 arch/mips/sibyte/common/cfe.c extern const struct plat_smp_ops sb_smp_ops;
plat_smp_ops      221 arch/mips/sibyte/common/cfe.c extern const struct plat_smp_ops bcm1480_smp_ops;
plat_smp_ops      137 arch/mips/sibyte/sb1250/smp.c const struct plat_smp_ops sb_smp_ops = {
plat_smp_ops       39 arch/sh/boards/of-generic.c static struct plat_smp_ops dummy_smp_ops = {
plat_smp_ops       16 arch/sh/include/asm/smp-ops.h extern struct plat_smp_ops *mp_ops;
plat_smp_ops       17 arch/sh/include/asm/smp-ops.h extern struct plat_smp_ops shx3_smp_ops;
plat_smp_ops       32 arch/sh/include/asm/smp-ops.h extern void register_smp_ops(struct plat_smp_ops *ops);
plat_smp_ops       41 arch/sh/include/asm/smp-ops.h static inline void register_smp_ops(struct plat_smp_ops *ops)
plat_smp_ops       52 arch/sh/include/asm/smp.h 	extern struct plat_smp_ops *mp_ops;     /* private */
plat_smp_ops       60 arch/sh/include/asm/smp.h 	extern struct plat_smp_ops *mp_ops;	/* private */
plat_smp_ops       70 arch/sh/include/asm/smp.h 	struct plat_smp_ops *ops;
plat_smp_ops      125 arch/sh/kernel/cpu/sh2/smp-j2.c static struct plat_smp_ops j2_smp_ops = {
plat_smp_ops      136 arch/sh/kernel/cpu/sh4a/smp-shx3.c struct plat_smp_ops shx3_smp_ops = {
plat_smp_ops       34 arch/sh/kernel/smp.c struct plat_smp_ops *mp_ops = NULL;
plat_smp_ops       39 arch/sh/kernel/smp.c void register_smp_ops(struct plat_smp_ops *ops)