Home
last modified time | relevance | path

Searched refs:do_pf (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/arch/unicore32/mm/
Dfault.c199 static int do_pf(unsigned long addr, unsigned int fsr, struct pt_regs *regs) in do_pf() function
343 return do_pf(addr, fsr, regs); in do_ifault()
414 { do_pf, SIGSEGV, SEGV_MAPERR, "page miss" },
417 { do_pf, SIGSEGV, SEGV_MAPERR, "super page (section) miss" },
423 { do_pf, SIGSEGV, SEGV_ACCERR, "read unreadable addr" },
424 { do_pf, SIGSEGV, SEGV_ACCERR, "write unwriteable addr"},
425 { do_pf, SIGSEGV, SEGV_ACCERR, "exec unexecutable addr"},