Searched refs:ap_count (Results 1 – 3 of 3) sorted by relevance
/u-boot/arch/x86/cpu/ |
A D | mp_init.c | 371 *ap_countp = ¶ms->ap_count; in load_sipi_vector() 431 static int start_aps(int num_aps, atomic_t *ap_count) in start_aps() argument 472 wait_for_aps(ap_count, num_aps, 200, 15); in start_aps() 485 if (wait_for_aps(ap_count, num_aps, 10000, 50)) { in start_aps() 487 atomic_read(ap_count), num_aps); in start_aps() 841 atomic_t *ap_count; in mp_init() local 873 ret = load_sipi_vector(&ap_count, num_cpus); in mp_init() 874 if (ap_count == NULL) in mp_init() 885 ret = start_aps(num_aps, ap_count); in mp_init() 888 debug("%d/%d eventually checked in?\n", atomic_read(ap_count), in mp_init()
|
A D | sipi_vector.S | 102 movl ap_count, %eax 106 lock cmpxchg %ecx, ap_count 214 ap_count: label
|
/u-boot/arch/x86/include/asm/ |
A D | sipi.h | 69 atomic_t ap_count; member
|
Completed in 5 milliseconds