Home
last modified time | relevance | path

Searched refs:platform_can_secondary_boot (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/arm/include/asm/
H A Dsmp_plat.h108 extern int platform_can_secondary_boot(void);
/openbmc/linux/arch/arm/kernel/
H A Dmachine_kexec.c47 if (num_possible_cpus() > 1 && platform_can_secondary_boot() && in machine_kexec_prepare()
H A Dsmp.c190 int platform_can_secondary_boot(void) in platform_can_secondary_boot() function