Searched refs:ap_count (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/arch/x86/cpu/ |
| H A D | mp_init.c | 264 *ap_countp = ¶ms->ap_count; in load_sipi_vector() 311 static int start_aps(int ap_count, atomic_t *num_aps) in start_aps() argument 317 if (ap_count == 0) in start_aps() 329 debug("Attempting to start %d APs\n", ap_count); in start_aps() 352 wait_for_aps(num_aps, ap_count, 200, 15); in start_aps() 365 if (wait_for_aps(num_aps, ap_count, 10000, 50)) { in start_aps() 367 atomic_read(num_aps), ap_count); in start_aps() 488 atomic_t *ap_count; in mp_init() local 533 ret = load_sipi_vector(&ap_count, num_cpus); in mp_init() 534 if (ap_count == NULL) in mp_init() [all …]
|
| H A D | sipi_vector.S | 104 movl ap_count, %eax 108 lock cmpxchg %ecx, ap_count 216 ap_count: label
|
| /rk3399_rockchip-uboot/arch/x86/include/asm/ |
| H A D | sipi.h | 70 atomic_t ap_count; member
|