/linux-4.1.27/arch/arm/mach-hisi/ |
D | core.h | 9 extern struct smp_operations hi3xxx_smp_ops; 15 extern struct smp_operations hix5hd2_smp_ops; 19 extern struct smp_operations hip01_smp_ops;
|
D | platsmp.c | 92 struct smp_operations hi3xxx_smp_ops __initdata = { 129 struct smp_operations hix5hd2_smp_ops __initdata = { 179 struct smp_operations hip01_smp_ops __initdata = {
|
/linux-4.1.27/arch/arm/include/asm/ |
D | smp.h | 84 struct smp_operations { struct 114 struct smp_operations *ops; argument 124 extern void smp_set_ops(struct smp_operations *);
|
D | psci.h | 38 extern struct smp_operations psci_smp_ops;
|
/linux-4.1.27/arch/arm/include/asm/mach/ |
D | arch.h | 18 struct smp_operations; 23 #define smp_ops(ops) (struct smp_operations *)NULL 50 struct smp_operations *smp; /* SMP operations */
|
/linux-4.1.27/arch/arm/mach-mvebu/ |
D | platsmp-a9.c | 96 static struct smp_operations mvebu_cortex_a9_smp_ops __initdata = { 100 static struct smp_operations armada_38x_smp_ops __initdata = {
|
D | armada-370-xp.h | 20 extern struct smp_operations armada_xp_smp_ops;
|
D | platsmp.c | 173 struct smp_operations armada_xp_smp_ops __initdata = {
|
/linux-4.1.27/arch/arm/mach-imx/ |
D | platsmp.c | 91 struct smp_operations imx_smp_ops __initdata = { 126 struct smp_operations ls1021a_smp_ops __initdata = {
|
D | common.h | 158 extern struct smp_operations imx_smp_ops; 159 extern struct smp_operations ls1021a_smp_ops;
|
/linux-4.1.27/arch/arm/mach-shmobile/ |
D | r8a7791.h | 4 extern struct smp_operations r8a7791_smp_ops;
|
D | r8a7790.h | 4 extern struct smp_operations r8a7790_smp_ops;
|
D | r8a7779.h | 33 extern struct smp_operations r8a7779_smp_ops;
|
D | setup-emev2.c | 45 extern struct smp_operations emev2_smp_ops;
|
D | smp-emev2.c | 52 struct smp_operations emev2_smp_ops __initdata = {
|
D | smp-r8a7791.c | 57 struct smp_operations r8a7791_smp_ops __initdata = {
|
D | smp-r8a7790.c | 63 struct smp_operations r8a7790_smp_ops __initdata = {
|
D | sh73a0.h | 87 extern struct smp_operations sh73a0_smp_ops;
|
D | smp-sh73a0.c | 67 struct smp_operations sh73a0_smp_ops __initdata = {
|
D | smp-r8a7779.c | 129 struct smp_operations r8a7779_smp_ops __initdata = {
|
/linux-4.1.27/arch/arm/mach-sti/ |
D | smp.h | 15 extern struct smp_operations sti_smp_ops;
|
D | platsmp.c | 112 struct smp_operations __initdata sti_smp_ops = {
|
/linux-4.1.27/arch/arm/mach-qcom/ |
D | platsmp.c | 335 static struct smp_operations smp_msm8660_ops __initdata = { 345 static struct smp_operations qcom_smp_kpssv1_ops __initdata = { 355 static struct smp_operations qcom_smp_kpssv2_ops __initdata = {
|
/linux-4.1.27/arch/arm/mach-vexpress/ |
D | core.h | 3 extern struct smp_operations vexpress_smp_dt_ops;
|
D | platsmp.c | 67 struct smp_operations __initdata vexpress_smp_dt_ops = {
|
/linux-4.1.27/arch/arm/mach-tegra/ |
D | common.h | 1 extern struct smp_operations tegra_smp_ops;
|
D | platsmp.c | 195 struct smp_operations tegra_smp_ops __initdata = {
|
/linux-4.1.27/arch/arm/mach-keystone/ |
D | keystone.h | 18 extern struct smp_operations keystone_smp_ops;
|
D | platsmp.c | 54 struct smp_operations keystone_smp_ops __initdata = {
|
/linux-4.1.27/arch/arm/mach-prima2/ |
D | common.h | 18 extern struct smp_operations sirfsoc_smp_ops;
|
D | platsmp.c | 115 struct smp_operations sirfsoc_smp_ops __initdata = {
|
/linux-4.1.27/arch/arm/mach-socfpga/ |
D | core.h | 42 extern struct smp_operations socfpga_smp_ops;
|
D | platsmp.c | 98 struct smp_operations socfpga_smp_ops __initdata = {
|
/linux-4.1.27/arch/arm/mach-zynq/ |
D | common.h | 34 extern struct smp_operations zynq_smp_ops __initdata;
|
D | platsmp.c | 160 struct smp_operations zynq_smp_ops __initdata = {
|
/linux-4.1.27/arch/arm/mach-alpine/ |
D | platsmp.c | 45 static struct smp_operations alpine_smp_ops __initdata = {
|
/linux-4.1.27/arch/arm/mach-ux500/ |
D | setup.h | 43 extern struct smp_operations ux500_smp_ops;
|
D | platsmp.c | 161 struct smp_operations ux500_smp_ops __initdata = {
|
/linux-4.1.27/arch/arm/mach-spear/ |
D | generic.h | 42 extern struct smp_operations spear13xx_smp_ops;
|
D | platsmp.c | 123 struct smp_operations spear13xx_smp_ops __initdata = {
|
/linux-4.1.27/arch/arm/mach-realview/ |
D | platsmp.c | 78 struct smp_operations realview_smp_ops __initdata = {
|
D | core.h | 57 extern struct smp_operations realview_smp_ops;
|
/linux-4.1.27/arch/arm/kernel/ |
D | psci_smp.c | 109 struct smp_operations __initdata psci_smp_ops = {
|
D | smp.c | 79 static struct smp_operations smp_ops; 81 void __init smp_set_ops(struct smp_operations *ops) in smp_set_ops()
|
/linux-4.1.27/arch/arm/mach-axxia/ |
D | platsmp.c | 85 static struct smp_operations axxia_smp_ops __initdata = {
|
/linux-4.1.27/arch/arm/mach-berlin/ |
D | platsmp.c | 94 static struct smp_operations berlin_smp_ops __initdata = {
|
/linux-4.1.27/arch/arm/common/ |
D | mcpm_platsmp.c | 90 static struct smp_operations __initdata mcpm_smp_ops = {
|
/linux-4.1.27/arch/arm/mach-sunxi/ |
D | platsmp.c | 119 static struct smp_operations sun6i_smp_ops __initdata = {
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | omap-smp.c | 244 struct smp_operations omap4_smp_ops __initdata = {
|
D | common.h | 264 extern struct smp_operations omap4_smp_ops;
|
/linux-4.1.27/arch/arm/mach-bcm/ |
D | kona_smp.c | 197 static struct smp_operations bcm_smp_ops __initdata = {
|
D | platsmp-brcmstb.c | 359 static struct smp_operations brcmstb_smp_ops __initdata = {
|
/linux-4.1.27/arch/arm/mach-exynos/ |
D | common.h | 146 extern struct smp_operations exynos_smp_ops;
|
D | platsmp.c | 450 struct smp_operations exynos_smp_ops __initdata = {
|
/linux-4.1.27/arch/arm/mach-rockchip/ |
D | platsmp.c | 336 static struct smp_operations rockchip_smp_ops __initdata = {
|