Searched refs:cur_lcpu (Results 1 – 1 of 1) sorted by relevance
623 x86_lcpu_t *cur_lcpu; in x86_lcpu_add_caches() local678 cur_lcpu = core->lcpus; in x86_lcpu_add_caches()679 while (cur_lcpu != NULL) { in x86_lcpu_add_caches()683 if (cur_lcpu == lcpu) { in x86_lcpu_add_caches()684 cur_lcpu = cur_lcpu->next_in_core; in x86_lcpu_add_caches()692 match = x86_match_cache(cur_lcpu->caches[level], cur); in x86_lcpu_add_caches()700 cur_lcpu = cur_lcpu->next_in_core; in x86_lcpu_add_caches()707 cur_lcpu = die->lcpus; in x86_lcpu_add_caches()708 while (cur_lcpu != NULL) { in x86_lcpu_add_caches()712 if (cur_lcpu == lcpu) { in x86_lcpu_add_caches()[all …]