Searched refs:do_pf (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/unicore32/mm/ |
D | fault.c | 207 static int do_pf(unsigned long addr, unsigned int fsr, struct pt_regs *regs) in do_pf() function 350 return do_pf(addr, fsr, regs); in do_ifault() 421 { do_pf, SIGSEGV, SEGV_MAPERR, "page miss" }, 424 { do_pf, SIGSEGV, SEGV_MAPERR, "super page (section) miss" }, 430 { do_pf, SIGSEGV, SEGV_ACCERR, "read unreadable addr" }, 431 { do_pf, SIGSEGV, SEGV_ACCERR, "write unwriteable addr"}, 432 { do_pf, SIGSEGV, SEGV_ACCERR, "exec unexecutable addr"},
|