Searched refs:cache_present (Results 1 – 4 of 4) sorted by relevance
25 unsigned long *cache_present; member58 set_bit(idx, rbnode->cache_present); in regcache_rbtree_set_register()216 kfree(rbtree_node->cache_present); in regcache_rbtree_exit()253 if (!test_bit(reg_tmp, rbnode->cache_present)) in regcache_rbtree_read()287 present = krealloc_array(rbnode->cache_present, in regcache_rbtree_insert_to_block()297 present = rbnode->cache_present; in regcache_rbtree_insert_to_block()310 rbnode->cache_present = present; in regcache_rbtree_insert_to_block()353 rbnode->cache_present = kcalloc(BITS_TO_LONGS(rbnode->blklen), in regcache_rbtree_node_alloc()354 sizeof(*rbnode->cache_present), in regcache_rbtree_node_alloc()356 if (!rbnode->cache_present) in regcache_rbtree_node_alloc()[all …]
1573 static void cache_present(struct kunit *test) in cache_present() function2169 KUNIT_CASE_PARAM(cache_present, sparse_cache_types_gen_params),
12 static inline bool cache_present(struct cache_desc *cdesc) in cache_present() function29 int cache_present = boot_cpu_data.cache_leaves_present; in cpu_last_level_cache_line_size() local31 return boot_cpu_data.cache_leaves[cache_present - 1].linesz; in cpu_last_level_cache_line_size()
60 unsigned int cache_present = current_cpu_data.cache_leaves_present; in __flush_cache_all() local62 leaf = cache_present - 1; in __flush_cache_all()68 for (leaf = 0; leaf < cache_present; leaf++) in __flush_cache_all()