Home
last modified time | relevance | path

Searched defs:esubcode (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()
293 unsigned int esubcode = FIELD_GET(CSR_ESTAT_ESUBCODE, x); in print_estat() local