Home
last modified time | relevance | path

Searched refs:smp_operations (Results 1 – 58 of 58) sorted by relevance

/linux-4.4.14/arch/arm/mach-hisi/
Dcore.h9 extern struct smp_operations hi3xxx_smp_ops;
15 extern struct smp_operations hix5hd2_smp_ops;
19 extern struct smp_operations hip01_smp_ops;
Dplatsmp.c92 struct smp_operations hi3xxx_smp_ops __initdata = {
129 struct smp_operations hix5hd2_smp_ops __initdata = {
179 struct smp_operations hip01_smp_ops __initdata = {
Dplatmcpm.c242 static struct smp_operations __initdata hip04_smp_ops = {
/linux-4.4.14/arch/arm/include/asm/
Dsmp.h84 struct smp_operations { struct
115 const struct smp_operations *ops; argument
125 extern void smp_set_ops(const struct smp_operations *);
Dpsci.h17 extern struct smp_operations psci_smp_ops;
/linux-4.4.14/arch/arm/include/asm/mach/
Darch.h18 struct smp_operations;
23 #define smp_ops(ops) (struct smp_operations *)NULL
50 const struct smp_operations *smp; /* SMP operations */
/linux-4.4.14/arch/arm/mach-mvebu/
Dplatsmp-a9.c96 static struct smp_operations mvebu_cortex_a9_smp_ops __initdata = {
100 static struct smp_operations armada_38x_smp_ops __initdata = {
Darmada-370-xp.h20 extern struct smp_operations armada_xp_smp_ops;
Dplatsmp.c173 struct smp_operations armada_xp_smp_ops __initdata = {
/linux-4.4.14/arch/arm/mach-socfpga/
Dplatsmp.c120 static struct smp_operations socfpga_smp_ops __initdata = {
129 static struct smp_operations socfpga_a10_smp_ops __initdata = {
/linux-4.4.14/arch/arm/mach-imx/
Dplatsmp.c91 struct smp_operations imx_smp_ops __initdata = {
126 struct smp_operations ls1021a_smp_ops __initdata = {
Dcommon.h156 extern struct smp_operations imx_smp_ops;
157 extern struct smp_operations ls1021a_smp_ops;
/linux-4.4.14/arch/arm/mach-mediatek/
Dplatsmp.c131 static struct smp_operations mt81xx_tz_smp_ops __initdata = {
137 static struct smp_operations mt6589_smp_ops __initdata = {
/linux-4.4.14/arch/arm/mach-qcom/
Dplatsmp.c335 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.4.14/arch/arm/mach-shmobile/
Dr8a7790.h4 extern struct smp_operations r8a7790_smp_ops;
Dr8a7791.h4 extern struct smp_operations r8a7791_smp_ops;
Dsh73a0.h4 extern struct smp_operations sh73a0_smp_ops;
Dr8a7779.h6 extern struct smp_operations r8a7779_smp_ops;
Dsetup-emev2.c45 extern struct smp_operations emev2_smp_ops;
Dsmp-emev2.c52 struct smp_operations emev2_smp_ops __initdata = {
Dsmp-r8a7791.c57 struct smp_operations r8a7791_smp_ops __initdata = {
Dsmp-r8a7790.c63 struct smp_operations r8a7790_smp_ops __initdata = {
Dsmp-sh73a0.c59 struct smp_operations sh73a0_smp_ops __initdata = {
Dsmp-r8a7779.c120 struct smp_operations r8a7779_smp_ops __initdata = {
/linux-4.4.14/arch/arm/mach-vexpress/
Dcore.h3 extern struct smp_operations vexpress_smp_dt_ops;
Dplatsmp.c67 struct smp_operations __initdata vexpress_smp_dt_ops = {
/linux-4.4.14/arch/arm/mach-sti/
Dsmp.h15 extern struct smp_operations sti_smp_ops;
Dplatsmp.c159 struct smp_operations __initdata sti_smp_ops = {
/linux-4.4.14/arch/arm/mach-tegra/
Dcommon.h1 extern struct smp_operations tegra_smp_ops;
Dplatsmp.c195 struct smp_operations tegra_smp_ops __initdata = {
/linux-4.4.14/arch/arm/mach-sunxi/
Dplatsmp.c119 static struct smp_operations sun6i_smp_ops __initdata = {
188 struct smp_operations sun8i_smp_ops __initdata = {
/linux-4.4.14/arch/arm/mach-keystone/
Dkeystone.h18 extern struct smp_operations keystone_smp_ops;
Dplatsmp.c42 struct smp_operations keystone_smp_ops __initdata = {
/linux-4.4.14/arch/arm/mach-prima2/
Dcommon.h18 extern struct smp_operations sirfsoc_smp_ops;
Dplatsmp.c115 struct smp_operations sirfsoc_smp_ops __initdata = {
/linux-4.4.14/arch/arm/mach-zynq/
Dcommon.h33 extern struct smp_operations zynq_smp_ops __initdata;
Dplatsmp.c160 struct smp_operations zynq_smp_ops __initdata = {
/linux-4.4.14/arch/arm/mach-alpine/
Dplatsmp.c45 static struct smp_operations alpine_smp_ops __initdata = {
/linux-4.4.14/arch/arm/mach-spear/
Dgeneric.h42 extern struct smp_operations spear13xx_smp_ops;
Dplatsmp.c123 struct smp_operations spear13xx_smp_ops __initdata = {
/linux-4.4.14/arch/arm/mach-realview/
Dplatsmp.c78 struct smp_operations realview_smp_ops __initdata = {
Dcore.h57 extern struct smp_operations realview_smp_ops;
/linux-4.4.14/arch/arm/kernel/
Dpsci_smp.c123 struct smp_operations __initdata psci_smp_ops = {
Dsmp.c81 static struct smp_operations smp_ops;
83 void __init smp_set_ops(const struct smp_operations *ops) in smp_set_ops()
/linux-4.4.14/arch/arm/mach-ux500/
Dplatsmp.c101 struct smp_operations ux500_smp_ops __initdata = {
/linux-4.4.14/arch/arm/mach-axxia/
Dplatsmp.c85 static struct smp_operations axxia_smp_ops __initdata = {
/linux-4.4.14/arch/arm/common/
Dmcpm_platsmp.c86 static struct smp_operations __initdata mcpm_smp_ops = {
/linux-4.4.14/arch/arm/mach-berlin/
Dplatsmp.c122 static struct smp_operations berlin_smp_ops __initdata = {
/linux-4.4.14/arch/arm/mach-bcm/
Dbcm63xx_smp.c164 struct smp_operations bcm63138_smp_ops __initdata = {
Dkona_smp.c197 static struct smp_operations bcm_smp_ops __initdata = {
Dplatsmp-brcmstb.c359 static struct smp_operations brcmstb_smp_ops __initdata = {
/linux-4.4.14/arch/arm/mach-omap2/
Domap-smp.c244 struct smp_operations omap4_smp_ops __initdata = {
Dcommon.h273 extern struct smp_operations omap4_smp_ops;
/linux-4.4.14/arch/arm/mach-zx/
Dplatsmp.c179 struct smp_operations zx_smp_ops __initdata = {
/linux-4.4.14/arch/arm/mach-uniphier/
Dplatsmp.c204 static struct smp_operations uniphier_smp_ops __initdata = {
/linux-4.4.14/arch/arm/mach-exynos/
Dcommon.h152 extern struct smp_operations exynos_smp_ops;
Dplatsmp.c482 struct smp_operations exynos_smp_ops __initdata = {
/linux-4.4.14/arch/arm/mach-rockchip/
Dplatsmp.c343 static struct smp_operations rockchip_smp_ops __initdata = {