Home
last modified time | relevance | path

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

/linux/arch/arm64/kernel/
H A Dcacheinfo.c17 if (coherency_max_size != 0) in cache_line_size()
18 return coherency_max_size; in cache_line_size()
/linux/include/linux/
H A Dcacheinfo.h21 extern unsigned int coherency_max_size;
/linux/drivers/base/
H A Dcacheinfo.c324 unsigned int coherency_max_size; variable
392 if (this_leaf->coherency_line_size > coherency_max_size) in cache_shared_cpu_map_setup()
393 coherency_max_size = this_leaf->coherency_line_size; in cache_shared_cpu_map_setup()