Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/kernel/
H A Dtraps.c161 const char *humanized_type; in print_memory_type_fragment() local
165 humanized_type = "SUC"; in print_memory_type_fragment()
168 humanized_type = "CC"; in print_memory_type_fragment()
171 humanized_type = "WUC"; in print_memory_type_fragment()
179 pr_cont(" %s=%s", key, humanized_type); in print_memory_type_fragment()