Searched refs:cur_lcpu (Results 1 – 1 of 1) sorted by relevance
622 x86_lcpu_t *cur_lcpu; in x86_lcpu_add_caches() local677 cur_lcpu = core->lcpus; in x86_lcpu_add_caches()678 while (cur_lcpu != NULL) { in x86_lcpu_add_caches()682 if (cur_lcpu == lcpu) { in x86_lcpu_add_caches()683 cur_lcpu = cur_lcpu->next_in_core; in x86_lcpu_add_caches()691 match = x86_match_cache(cur_lcpu->caches[level], cur); in x86_lcpu_add_caches()699 cur_lcpu = cur_lcpu->next_in_core; in x86_lcpu_add_caches()706 cur_lcpu = die->lcpus; in x86_lcpu_add_caches()707 while (cur_lcpu != NULL) { in x86_lcpu_add_caches()711 if (cur_lcpu == lcpu) { in x86_lcpu_add_caches()[all …]