Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dcacheinfo.h83 int early_cache_level(unsigned int cpu);
/openbmc/linux/arch/arm64/kernel/
H A Dcacheinfo.c59 int early_cache_level(unsigned int cpu) in early_cache_level() function
/openbmc/linux/drivers/base/
H A Dcacheinfo.c466 int __weak early_cache_level(unsigned int cpu) in early_cache_level() function
515 ret = early_cache_level(cpu); in fetch_cache_info()