Lines Matching refs:x86_cpu_cache_t
61 static x86_cpu_cache_t *x86_caches = NULL;
87 static x86_cpu_cache_t *
90 x86_cpu_cache_t *cache; in x86_cache_alloc()
94 cache = zalloc_permanent_tag(sizeof(x86_cpu_cache_t) + in x86_cache_alloc()
96 ZALIGN(x86_cpu_cache_t), VM_KERN_MEMORY_CPU); in x86_cache_alloc()
258 x86_cache_free(x86_cpu_cache_t *cache) in x86_cache_free()
273 static x86_cpu_cache_t *
276 x86_cpu_cache_t *root = NULL; in x86_cache_list()
277 x86_cpu_cache_t *cur = NULL; in x86_cache_list()
278 x86_cpu_cache_t *last = NULL; in x86_cache_list()
317 static x86_cpu_cache_t *
318 x86_match_cache(x86_cpu_cache_t *list, x86_cpu_cache_t *matcher) in x86_match_cache()
320 x86_cpu_cache_t *cur_cache; in x86_match_cache()
595 x86_cache_add_lcpu(x86_cpu_cache_t *cache, x86_lcpu_t *lcpu) in x86_cache_add_lcpu()
597 x86_cpu_cache_t *cur_cache; in x86_cache_add_lcpu()
618 x86_cpu_cache_t *list; in x86_lcpu_add_caches()
619 x86_cpu_cache_t *cur; in x86_lcpu_add_caches()
620 x86_cpu_cache_t *match; in x86_lcpu_add_caches()