Home
last modified time | relevance | path

Searched refs:get_cache_type (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dcacheinfo.c29 static inline enum cache_type get_cache_type(int level) in get_cache_type() function
53 ctype = get_cache_type(level); in init_cache_level()
94 type = get_cache_type(level); in populate_cache_leaves()
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dcacheinfo.c24 static inline enum cache_type get_cache_type(int level) in get_cache_type() function
46 ctype = get_cache_type(level); in detect_cache_level()
108 type = get_cache_type(level); in populate_cache_leaves()
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dcache.c91 static inline enum cache_type get_cache_type(struct cache_info *ci, int level) in get_cache_type() function
141 ctype = get_cache_type(&ct.ci[0], level); in init_cache_level()
168 ctype = get_cache_type(&ct.ci[0], level); in populate_cache_leaves()
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dcache.c88 static inline enum cache_type get_cache_type(struct cache_info *ci, int level) in get_cache_type() function
136 ctype = get_cache_type(&ct.ci[0], level); in init_cache_level()
161 ctype = get_cache_type(&ct.ci[0], level); in populate_cache_leaves()

Completed in 2 milliseconds