Searched refs:handle_fault_error_nolock (Results 1 – 1 of 1) sorted by relevance
/linux-6.14.4/arch/s390/mm/ |
D | fault.c | 203 static void handle_fault_error_nolock(struct pt_regs *regs, int si_code) in handle_fault_error_nolock() function 233 handle_fault_error_nolock(regs, si_code); in handle_fault_error() 272 return handle_fault_error_nolock(regs, 0); in do_exception() 289 return handle_fault_error_nolock(regs, SEGV_ACCERR); in do_exception() 304 handle_fault_error_nolock(regs, 0); in do_exception() 311 return handle_fault_error_nolock(regs, SEGV_MAPERR); in do_exception() 317 handle_fault_error_nolock(regs, 0); in do_exception() 333 handle_fault_error_nolock(regs, 0); in do_exception() 338 handle_fault_error_nolock(regs, 0); in do_exception() 344 handle_fault_error_nolock(regs, 0); in do_exception() [all …]
|