cache_present
int cache_present = boot_cpu_data.cache_leaves_present;
return boot_cpu_data.cache_leaves[cache_present - 1].linesz;
int cache_present = current_cpu_data.cache_leaves_present;
current_cpu_data.cache_leaves[cache_present - 1].level;
this_cpu_ci->num_leaves = cache_present;
int i, cache_present = current_cpu_data.cache_leaves_present;
for (i = 0; i < cache_present; i++) {
unsigned int cache_present = current_cpu_data.cache_leaves_present;
leaf = cache_present - 1;
for (leaf = 0; leaf < cache_present; leaf++)
unsigned long *cache_present,
kfree(rbtree_node->cache_present);
unsigned long *cache_present;
if (!test_bit(reg_tmp, rbnode->cache_present))
present = krealloc_array(rbnode->cache_present,
present = rbnode->cache_present;
rbnode->cache_present = present;
rbnode->cache_present = kcalloc(BITS_TO_LONGS(rbnode->blklen),
sizeof(*rbnode->cache_present),
if (!rbnode->cache_present)
rbnode->cache_present,
bitmap_clear(rbnode->cache_present, start, end - start);
set_bit(idx, rbnode->cache_present);
static bool regcache_reg_present(unsigned long *cache_present, unsigned int idx)
if (!cache_present)
return test_bit(idx, cache_present);
unsigned long *cache_present,
if (!regcache_reg_present(cache_present, i) ||
unsigned long *cache_present,
if (!regcache_reg_present(cache_present, i) ||
unsigned long *cache_present,
return regcache_sync_block_raw(map, block, cache_present,
return regcache_sync_block_single(map, block, cache_present,
KUNIT_CASE_PARAM(cache_present, sparse_cache_types_gen_params),