Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/
Dtboot.c324 static int tboot_wait_for_aps(int num_aps) in tboot_wait_for_aps() argument
329 while (atomic_read((atomic_t *)&tboot->num_in_wfs) != num_aps && in tboot_wait_for_aps()
338 return !(atomic_read((atomic_t *)&tboot->num_in_wfs) == num_aps); in tboot_wait_for_aps()