Searched refs:x86_caches (Results 1 – 1 of 1) sorted by relevance
58 static x86_cpu_cache_t *x86_caches = NULL; variable90 if (x86_caches == NULL) { in x86_cache_alloc()98 cache = x86_caches; in x86_cache_alloc()99 x86_caches = cache->next; in x86_cache_alloc()261 cache->next = x86_caches; in x86_cache_free()262 x86_caches = cache; in x86_cache_free()