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.c123 CPUState *first_cpu; variable
566 CPUState *env = first_cpu;
586 penv = &first_cpu;
651 for(env = first_cpu; env != NULL; env = env->next_cpu) {
811 for(env = first_cpu; env != NULL; env = env->next_cpu) {
1906 for(env = first_cpu; env != NULL; env = env->next_cpu) {
2449 for(env = first_cpu; env != NULL; env = env->next_cpu) {

Completed in 262 milliseconds