/openbmc/linux/arch/arm/include/asm/ |
H A D | smp.h | 75 struct smp_operations { struct 106 const struct smp_operations *ops; argument 116 extern void smp_set_ops(const struct smp_operations *);
|
H A D | psci.h | 10 extern const struct smp_operations psci_smp_ops;
|
/openbmc/linux/arch/arm/include/asm/mach/ |
H A D | arch.h | 15 struct smp_operations; 20 #define smp_ops(ops) (struct smp_operations *)NULL 47 const struct smp_operations *smp; /* SMP operations */
|
/openbmc/linux/arch/arm/mach-imx/ |
H A D | platsmp.c | 85 const struct smp_operations imx_smp_ops __initconst = { 112 const struct smp_operations imx7_smp_ops __initconst = { 147 const struct smp_operations ls1021a_smp_ops __initconst = {
|
H A D | common.h | 135 extern const struct smp_operations imx_smp_ops; 136 extern const struct smp_operations imx7_smp_ops; 137 extern const struct smp_operations ls1021a_smp_ops;
|
/openbmc/linux/arch/arm/mach-bcm/ |
H A D | platsmp.c | 317 static const struct smp_operations kona_smp_ops __initconst = { 324 static const struct smp_operations bcm23550_smp_ops __initconst = { 330 static const struct smp_operations nsp_smp_ops __initconst = { 336 const struct smp_operations bcm2836_smp_ops __initconst = {
|
H A D | platsmp.h | 6 extern const struct smp_operations bcm2836_smp_ops;
|
/openbmc/linux/arch/arm/mach-mvebu/ |
H A D | platsmp-a9.c | 93 static const struct smp_operations mvebu_cortex_a9_smp_ops __initconst = { 97 static const struct smp_operations armada_38x_smp_ops __initconst = {
|
H A D | armada-370-xp.h | 17 extern const struct smp_operations armada_xp_smp_ops;
|
H A D | platsmp.c | 169 const struct smp_operations armada_xp_smp_ops __initconst = { 243 static const struct smp_operations mv98dx3236_smp_ops __initconst = {
|
/openbmc/linux/arch/arm/mach-hisi/ |
H A D | platsmp.c | 92 static const struct smp_operations hi3xxx_smp_ops __initconst = { 129 static const struct smp_operations hix5hd2_smp_ops __initconst = { 180 static const struct smp_operations hip01_smp_ops __initconst = {
|
/openbmc/linux/arch/arm/mach-socfpga/ |
H A D | platsmp.c | 111 static const struct smp_operations socfpga_smp_ops __initconst = { 120 static const struct smp_operations socfpga_a10_smp_ops __initconst = {
|
/openbmc/linux/arch/arm/mach-mediatek/ |
H A D | platsmp.c | 133 static const struct smp_operations mt81xx_tz_smp_ops __initconst = { 139 static const struct smp_operations mt6589_smp_ops __initconst = {
|
/openbmc/linux/arch/arm/mach-qcom/ |
H A D | platsmp.c | 370 static const struct smp_operations smp_msm8660_ops __initconst = { 379 static const struct smp_operations qcom_smp_cortex_a7_ops __initconst = { 390 static const struct smp_operations qcom_smp_kpssv1_ops __initconst = { 399 static const struct smp_operations qcom_smp_kpssv2_ops __initconst = {
|
/openbmc/linux/arch/arm/mach-shmobile/ |
H A D | r8a7779.h | 5 extern const struct smp_operations r8a7779_smp_ops;
|
H A D | emev2.h | 5 extern const struct smp_operations emev2_smp_ops;
|
H A D | sh73a0.h | 5 extern const struct smp_operations sh73a0_smp_ops;
|
/openbmc/linux/arch/arm/mach-sti/ |
H A D | smp.h | 12 extern const struct smp_operations sti_smp_ops;
|
/openbmc/linux/arch/arm/mach-versatile/ |
H A D | vexpress.h | 4 extern const struct smp_operations vexpress_smp_dt_ops;
|
/openbmc/linux/arch/arm/mach-tegra/ |
H A D | common.h | 10 extern const struct smp_operations tegra_smp_ops;
|
/openbmc/linux/arch/arm/mach-sunxi/ |
H A D | platsmp.c | 119 static const struct smp_operations sun6i_smp_ops __initconst = { 190 static const struct smp_operations sun8i_smp_ops __initconst = {
|
/openbmc/linux/arch/arm/mach-mmp/ |
H A D | platsmp.c | 28 static const struct smp_operations mmp3_smp_ops __initconst = {
|
/openbmc/linux/arch/arm/mach-spear/ |
H A D | generic.h | 38 extern const struct smp_operations spear13xx_smp_ops;
|
/openbmc/linux/arch/arm/mach-zynq/ |
H A D | common.h | 25 extern const struct smp_operations zynq_smp_ops;
|
/openbmc/linux/arch/arm/mach-alpine/ |
H A D | platsmp.c | 36 static const struct smp_operations alpine_smp_ops __initconst = {
|