36 #define MP_MAX_CPUID_WAIT_MS 10 #define MP_MAX_CPUID_WAIT_MS
Time to wait for application processors.
void mp_start_all(mp_func_t func, void *opaque)
Start a multiprocessor function on all application processors.
void __asmcall mp_call(mp_addr_t func, mp_addr_t opaque)
Call a multiprocessor function from C code on the current CPU.
mp_func_t mp_update_max_cpuid
Update maximum observed CPU identifier.
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)
unsigned int mp_max_cpuid(void)
Get maximum CPU identifier.
unsigned int mp_boot_cpuid(void)
Get boot CPU identifier.
Multiprocessor functions.
void mdelay(unsigned long msecs)
Delay for a fixed number of milliseconds.
void mp_exec_boot(mp_func_t func, void *opaque)
Execute a multiprocessor function on the boot processor.