Home
last modified time | relevance | path

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

/linux/arch/loongarch/kernel/
H A Dtraps.c188 const char *humanized_type; in print_memory_type_fragment() local
192 humanized_type = "SUC"; in print_memory_type_fragment()
195 humanized_type = "CC"; in print_memory_type_fragment()
198 humanized_type = "WUC"; in print_memory_type_fragment()
206 pr_cont(" %s=%s", key, humanized_type); in print_memory_type_fragment()