Searched refs:do_pf (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/arch/unicore32/mm/ |
| D | fault.c | 208 static int do_pf(unsigned long addr, unsigned int fsr, struct pt_regs *regs) in do_pf() function 352 return do_pf(addr, fsr, regs); in do_ifault() 423 { do_pf, SIGSEGV, SEGV_MAPERR, "page miss" }, 426 { do_pf, SIGSEGV, SEGV_MAPERR, "super page (section) miss" }, 432 { do_pf, SIGSEGV, SEGV_ACCERR, "read unreadable addr" }, 433 { do_pf, SIGSEGV, SEGV_ACCERR, "write unwriteable addr"}, 434 { do_pf, SIGSEGV, SEGV_ACCERR, "exec unexecutable addr"},
|