Home
last modified time | relevance | path

Searched refs:smp_set_ops (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/arch/arm/include/asm/
Dsmp.h124 extern void smp_set_ops(struct smp_operations *);
/linux-4.1.27/arch/arm/common/
Dmcpm_platsmp.c102 smp_set_ops(&mcpm_smp_ops); in mcpm_smp_set_ops()
/linux-4.1.27/arch/arm/kernel/
Ddevtree.c48 smp_set_ops(m->ops); in set_smp_ops_by_method()
Dsetup.c958 smp_set_ops(&psci_smp_ops); in setup_arch()
960 smp_set_ops(mdesc->smp); in setup_arch()
Dsmp.c81 void __init smp_set_ops(struct smp_operations *ops) in smp_set_ops() function