Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/xmon/
Dxmon.c2326 static char *fault_chars[] = { "--", "**", "##" }; variable
2454 printf("%s", fault_chars[fault_type]); in memex()
2590 printf("%s", fault_chars[fault_type]); in xmon_rawdump()
2996 printf("%s", fault_chars[fault_type]); in prdump()
3035 const char *x = fault_chars[fault_type]; in generic_inst_dump()