Lines Matching refs:handle_fault_error_nolock
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()
385 return handle_fault_error_nolock(regs, 0); in do_protection_exception()
389 return handle_fault_error_nolock(regs, SEGV_ACCERR); in do_protection_exception()
445 return handle_fault_error_nolock(regs, 0); in do_secure_storage_access()