Home
last modified time | relevance | path

Searched refs:early_cache_level (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dcacheinfo.h85 int early_cache_level(unsigned int cpu);
/linux/arch/arm64/kernel/
H A Dcacheinfo.c59 int early_cache_level(unsigned int cpu) in early_cache_level() function
/linux/drivers/base/
H A Dcacheinfo.c446 int __weak early_cache_level(unsigned int cpu) in early_cache_level() function
495 ret = early_cache_level(cpu); in fetch_cache_info()