Searched refs:ap_count (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/arch/x86/cpu/ |
D | mp_init.c | 263 *ap_countp = ¶ms->ap_count; in load_sipi_vector() 310 static int start_aps(int ap_count, atomic_t *num_aps) in start_aps() argument 316 if (ap_count == 0) in start_aps() 328 debug("Attempting to start %d APs\n", ap_count); in start_aps() 351 wait_for_aps(num_aps, ap_count, 200, 15); in start_aps() 364 if (wait_for_aps(num_aps, ap_count, 10000, 50)) { in start_aps() 366 atomic_read(num_aps), ap_count); in start_aps() 487 atomic_t *ap_count; in mp_init() local 532 ret = load_sipi_vector(&ap_count, num_cpus); in mp_init() 533 if (ap_count == NULL) in mp_init() [all …]
|
D | sipi_vector.S | 103 movl ap_count, %eax 107 lock cmpxchg %ecx, ap_count 215 ap_count: label
|
/external/u-boot/arch/x86/include/asm/ |
D | sipi.h | 69 atomic_t ap_count; member
|