Home
last modified time | relevance | path

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

123

/Linux-v4.19/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 const struct smp_operations psci_smp_ops;
/Linux-v4.19/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-v4.19/arch/arm/mach-bcm/
Dplatsmp.c323 static const struct smp_operations kona_smp_ops __initconst = {
330 static const struct smp_operations bcm23550_smp_ops __initconst = {
336 static const struct smp_operations nsp_smp_ops __initconst = {
342 const struct smp_operations bcm2836_smp_ops __initconst = {
Dplatsmp.h10 extern const struct smp_operations bcm2836_smp_ops;
/Linux-v4.19/arch/arm/mach-mvebu/
Dplatsmp-a9.c96 static const struct smp_operations mvebu_cortex_a9_smp_ops __initconst = {
100 static const struct smp_operations armada_38x_smp_ops __initconst = {
Dplatsmp.c172 const struct smp_operations armada_xp_smp_ops __initconst = {
246 static const struct smp_operations mv98dx3236_smp_ops __initconst = {
Darmada-370-xp.h20 extern const struct smp_operations armada_xp_smp_ops;
/Linux-v4.19/arch/arm/mach-hisi/
Dplatsmp.c92 static const struct smp_operations hi3xxx_smp_ops __initconst = {
129 static const struct smp_operations hix5hd2_smp_ops __initconst = {
179 static const struct smp_operations hip01_smp_ops __initconst = {
/Linux-v4.19/arch/arm/mach-socfpga/
Dplatsmp.c122 static const struct smp_operations socfpga_smp_ops __initconst = {
131 static const struct smp_operations socfpga_a10_smp_ops __initconst = {
/Linux-v4.19/arch/arm/mach-imx/
Dplatsmp.c91 const struct smp_operations imx_smp_ops __initconst = {
126 const struct smp_operations ls1021a_smp_ops __initconst = {
Dcommon.h144 extern const struct smp_operations imx_smp_ops;
145 extern const struct smp_operations ls1021a_smp_ops;
/Linux-v4.19/arch/arm/mach-mediatek/
Dplatsmp.c142 static const struct smp_operations mt81xx_tz_smp_ops __initconst = {
148 static const struct smp_operations mt6589_smp_ops __initconst = {
/Linux-v4.19/arch/arm/mach-qcom/
Dplatsmp.c335 static const struct smp_operations smp_msm8660_ops __initconst = {
345 static const struct smp_operations qcom_smp_kpssv1_ops __initconst = {
355 static const struct smp_operations qcom_smp_kpssv2_ops __initconst = {
/Linux-v4.19/arch/arm/mach-sunxi/
Dplatsmp.c119 static const struct smp_operations sun6i_smp_ops __initconst = {
188 static const struct smp_operations sun8i_smp_ops __initconst = {
/Linux-v4.19/arch/arm/mach-shmobile/
Demev2.h5 extern const struct smp_operations emev2_smp_ops;
Dr8a7779.h5 extern const struct smp_operations r8a7779_smp_ops;
Dsh73a0.h5 extern const struct smp_operations sh73a0_smp_ops;
/Linux-v4.19/arch/arm/mach-vexpress/
Dcore.h3 extern const struct smp_operations vexpress_smp_dt_ops;
/Linux-v4.19/arch/arm/mach-sti/
Dsmp.h15 extern const struct smp_operations sti_smp_ops;
/Linux-v4.19/arch/arm/mach-tegra/
Dcommon.h21 extern const struct smp_operations tegra_smp_ops;
/Linux-v4.19/arch/arm/mach-keystone/
Dkeystone.h18 extern const struct smp_operations keystone_smp_ops;
Dplatsmp.c42 const struct smp_operations keystone_smp_ops __initconst = {
/Linux-v4.19/arch/arm/mach-prima2/
Dcommon.h18 extern const struct smp_operations sirfsoc_smp_ops;
/Linux-v4.19/arch/arm/mach-zynq/
Dcommon.h33 extern const struct smp_operations zynq_smp_ops;

123