Searched refs:cur_lcpu (Results 1 – 1 of 1) sorted by relevance
620 x86_lcpu_t *cur_lcpu; in x86_lcpu_add_caches() local675 cur_lcpu = core->lcpus; in x86_lcpu_add_caches()676 while (cur_lcpu != NULL) { in x86_lcpu_add_caches()680 if (cur_lcpu == lcpu) { in x86_lcpu_add_caches()681 cur_lcpu = cur_lcpu->next_in_core; in x86_lcpu_add_caches()689 match = x86_match_cache(cur_lcpu->caches[level], cur); in x86_lcpu_add_caches()697 cur_lcpu = cur_lcpu->next_in_core; in x86_lcpu_add_caches()704 cur_lcpu = die->lcpus; in x86_lcpu_add_caches()705 while (cur_lcpu != NULL) { in x86_lcpu_add_caches()709 if (cur_lcpu == lcpu) { in x86_lcpu_add_caches()[all …]