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.c196 const char *humanized_type; in print_memory_type_fragment() local
200 humanized_type = "SUC"; in print_memory_type_fragment()
203 humanized_type = "CC"; in print_memory_type_fragment()
206 humanized_type = "WUC"; in print_memory_type_fragment()
214 pr_cont(" %s=%s", key, humanized_type); in print_memory_type_fragment()