Home
last modified time | relevance | path

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

/linux/arch/loongarch/mm/
H A Dcache.c38 struct cache_desc *cdesc = current_cpu_data.cache_leaves + leaf; in flush_cache_leaf()
59 struct cache_desc *cdesc = current_cpu_data.cache_leaves; in __flush_cache_all()
109 struct cache_desc *cdesc = current_cpu_data.cache_leaves; in cpu_cache_init()
/linux/arch/loongarch/include/asm/
H A Dcpu-info.h54 struct cache_desc cache_leaves[CACHE_LEAVES_MAX]; member
H A Dcacheflush.h31 return boot_cpu_data.cache_leaves[cache_present - 1].linesz; in cpu_last_level_cache_line_size()