Searched refs:handle_fault_error_nolock (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/s390/mm/ |
| H A D | fault.c | 217 static void handle_fault_error_nolock(struct pt_regs *regs, int si_code) in handle_fault_error_nolock() function 247 handle_fault_error_nolock(regs, si_code); in handle_fault_error() 286 return handle_fault_error_nolock(regs, 0); in do_exception() 303 return handle_fault_error_nolock(regs, SEGV_ACCERR); in do_exception() 318 handle_fault_error_nolock(regs, 0); in do_exception() 325 return handle_fault_error_nolock(regs, SEGV_MAPERR); in do_exception() 331 handle_fault_error_nolock(regs, 0); in do_exception() 347 handle_fault_error_nolock(regs, 0); in do_exception() 352 handle_fault_error_nolock(regs, 0); in do_exception() 358 handle_fault_error_nolock(regs, 0); in do_exception() [all …]
|