Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/kernel/
H A Dtraps.c227 static const char *humanize_exc_name(unsigned int ecode, unsigned int esubcode) in humanize_exc_name() function
295 printk("ESTAT: %08lx [%s] (", x, humanize_exc_name(ecode, esubcode)); in print_estat()