Lines Matching refs:bad_page_fault
25 void bad_page_fault(struct pt_regs*, unsigned long, int);
59 bad_page_fault(regs, address, SIGSEGV);
117 goto bad_page_fault;
157 bad_page_fault(regs, address, SIGSEGV);
167 bad_page_fault(regs, address, SIGKILL);
183 bad_page_fault(regs, address, SIGBUS);
200 goto bad_page_fault;
206 goto bad_page_fault;
213 goto bad_page_fault;
218 goto bad_page_fault;
223 goto bad_page_fault;
229 goto bad_page_fault;
232 bad_page_fault:
233 bad_page_fault(regs, address, SIGKILL);
239 bad_page_fault(struct pt_regs *regs, unsigned long address, int sig)