Home
last modified time | relevance | path

Searched refs:detect_cache_level (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/arch/arm64/kernel/
Dcacheinfo.c41 static void detect_cache_level(unsigned int *level_p, unsigned int *leaves_p) in detect_cache_level() function
63 detect_cache_level(&this_cpu_ci->num_levels, &this_cpu_ci->num_leaves); in early_cache_level()
74 detect_cache_level(&level, &leaves); in init_cache_level()
/linux-6.14.4/arch/arm/kernel/
Dcacheinfo.c83 static int detect_cache_level(unsigned int *level_p, unsigned int *leaves_p) in detect_cache_level() function
118 return detect_cache_level(&this_cpu_ci->num_levels, &this_cpu_ci->num_leaves); in early_cache_level()
128 ret = detect_cache_level(&level, &leaves); in init_cache_level()