Home
last modified time | relevance | path

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

/arch/s390/mm/
Dfault.c53 enum fault_type { enum
73 static enum fault_type get_fault_type(struct pt_regs *regs) in get_fault_type()
388 enum fault_type type; in do_exception()
/arch/powerpc/xmon/
Dxmon.c2232 static int fault_type; variable
2241 fault_type = 0; in handle_fault()
2245 fault_type = 1; in handle_fault()
2248 fault_type = 2; in handle_fault()
2362 printf("%s", fault_chars[fault_type]); in memex()
2498 printf("%s", fault_chars[fault_type]); in xmon_rawdump()
2926 printf("%s", fault_chars[fault_type]); in prdump()
2965 const char *x = fault_chars[fault_type]; in generic_inst_dump()