Home
last modified time | relevance | path

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

/arch/s390/mm/
Dfault.c54 enum fault_type { enum
73 static enum fault_type get_fault_type(struct pt_regs *regs) in get_fault_type()
355 enum fault_type type; in do_exception()
/arch/powerpc/xmon/
Dxmon.c2323 static int fault_type; variable
2332 fault_type = 0; in handle_fault()
2336 fault_type = 1; in handle_fault()
2339 fault_type = 2; in handle_fault()
2453 printf("%s", fault_chars[fault_type]); in memex()
2589 printf("%s", fault_chars[fault_type]); in xmon_rawdump()
2993 printf("%s", fault_chars[fault_type]); in prdump()
3032 const char *x = fault_chars[fault_type]; in generic_inst_dump()