Searched refs:mp_park_aps (Results 1 - 3 of 3) sorted by relevance

/u-boot/arch/x86/include/asm/
H A Dmp.h132 * mp_park_aps() - Park the APs ready for the OS
138 int mp_park_aps(void);
175 static inline int mp_park_aps(void) function
/u-boot/arch/x86/cpu/
H A Dcpu.c76 ret = mp_park_aps();
H A Dmp_init.c111 * Before U-Boot exits it calls mp_park_aps() which tells all CPUs to halt by
764 int mp_park_aps(void) function

Completed in 57 milliseconds