Home
last modified time | relevance | path

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

/u-boot/arch/x86/cpu/
A Dmp_init.c437 if (num_aps == 0) in start_aps()
449 debug("Attempting to start %d APs\n", num_aps); in start_aps()
472 wait_for_aps(ap_count, num_aps, 200, 15); in start_aps()
487 atomic_read(ap_count), num_aps); in start_aps()
505 int num_aps) in bsp_do_flight_plan() argument
653 cpus_accepted, num_aps); in run_ap_work()
656 } while (cpus_accepted != num_aps); in run_ap_work()
840 int num_aps, num_cpus; in mp_init() local
884 num_aps = num_cpus - 1; in mp_init()
885 ret = start_aps(num_aps, ap_count); in mp_init()
[all …]

Completed in 3 milliseconds