do_pf             343 arch/unicore32/mm/fault.c 		return do_pf(addr, fsr, regs);
do_pf             414 arch/unicore32/mm/fault.c 	{ do_pf,	SIGSEGV, SEGV_MAPERR,	"page miss"		},
do_pf             417 arch/unicore32/mm/fault.c 	{ do_pf,	SIGSEGV, SEGV_MAPERR,	"super page (section) miss" },
do_pf             423 arch/unicore32/mm/fault.c 	{ do_pf,	SIGSEGV, SEGV_ACCERR,	"read unreadable addr"	},
do_pf             424 arch/unicore32/mm/fault.c 	{ do_pf,	SIGSEGV, SEGV_ACCERR,	"write unwriteable addr"},
do_pf             425 arch/unicore32/mm/fault.c 	{ do_pf,	SIGSEGV, SEGV_ACCERR,	"exec unexecutable addr"},