Home
last modified time | relevance | path

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

/kvm-unit-tests/lib/powerpc/
H A Dsmp.c257 u32 *threads; in start_core() local
266 threads = (u32 *)prop->data; /* Array of valid ids */ in start_core()
269 start_thread(fdt32_to_cpu(threads[i]), entry); in start_core()
342 u32 *threads; in wait_core() local
351 threads = (u32 *)prop->data; /* Array of valid ids */ in wait_core()
354 wait_thread(fdt32_to_cpu(threads[i])); in wait_core()
H A Dsetup.c50 u32 *threads; in cpu_set() local
62 threads = (u32 *)prop->data; /* Array of valid ids */ in cpu_set()
73 cpu_to_hwid[nr_cpus_present++] = fdt32_to_cpu(threads[i]); in cpu_set()
/kvm-unit-tests/powerpc/
H A Dunittests.cfg82 smp = 8,threads=4
87 smp = 8,threads=4
112 smp = 2,threads=2