Searched defs:first_cpu (Results 1 - 2 of 2) sorted by relevance

/external/kernel-headers/original/linux/
H A Dcpumask.h43 * int first_cpu(mask) Number lowest set bit, or NR_CPUS
217 #define first_cpu(src) __first_cpu(&(src)) macro
221 #define first_cpu(src) 0 macro
316 for ((cpu) = first_cpu(mask); \
/external/qemu/
H A Dexec.c124 CPUState *first_cpu; variable
567 CPUState *env = first_cpu;
587 penv = &first_cpu;
652 for(env = first_cpu; env != NULL; env = env->next_cpu) {
812 for(env = first_cpu; env != NULL; env = env->next_cpu) {
1907 for(env = first_cpu; env != NULL; env = env->next_cpu) {
2454 for(env = first_cpu; env != NULL; env = env->next_cpu) {

Completed in 104 milliseconds