Searched refs:handle_fault_error_nolock (Results 1 – 1 of 1) sorted by relevance
/linux/arch/s390/mm/ |
H A D | fault.c | 209 static void handle_fault_error_nolock(struct pt_regs *regs, int si_code) in handle_fault_error_nolock() function 239 handle_fault_error_nolock(regs, si_code); in handle_fault_error() 278 return handle_fault_error_nolock(regs, 0); in do_exception() 295 return handle_fault_error_nolock(regs, SEGV_ACCERR); in do_exception() 310 handle_fault_error_nolock(regs, 0); in do_exception() 317 return handle_fault_error_nolock(regs, SEGV_MAPERR); in do_exception() 323 handle_fault_error_nolock(regs, 0); in do_exception() 339 handle_fault_error_nolock(regs, 0); in do_exception() 344 handle_fault_error_nolock(regs, 0); in do_exception() 350 handle_fault_error_nolock(regs, 0); in do_exception() [all …]
|