Searched refs:x86_caches (Results 1 – 1 of 1) sorted by relevance
61 static x86_cpu_cache_t *x86_caches = NULL; variable93 if (x86_caches == NULL) { in x86_cache_alloc()101 cache = x86_caches; in x86_cache_alloc()102 x86_caches = cache->next; in x86_cache_alloc()264 cache->next = x86_caches; in x86_cache_free()265 x86_caches = cache; in x86_cache_free()