Searched refs:bad_page_fault (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/mm/
H A Dfault.c26 void bad_page_fault(struct pt_regs*, unsigned long, int);
61 bad_page_fault(regs, address, SIGSEGV);
139 bad_page_fault(regs, address, SIGSEGV);
149 bad_page_fault(regs, address, SIGKILL);
169 bad_page_fault(regs, address, SIGBUS);
183 goto bad_page_fault;
189 goto bad_page_fault;
196 goto bad_page_fault;
202 goto bad_page_fault;
205 bad_page_fault
212 bad_page_fault(struct pt_regs *regs, unsigned long address, int sig) function
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/mm/
H A Dfault.c64 * bad_page_fault is called when we have a bad access from the kernel.
68 void bad_page_fault(struct pt_regs *regs, unsigned long address, int sig) function
252 bad_page_fault(regs, address, SIGSEGV);
262 bad_page_fault(regs, address, SIGKILL);
277 bad_page_fault(regs, address, SIGBUS);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dfault.c380 * bad_page_fault is called when we have a bad access from the kernel.
384 void bad_page_fault(struct pt_regs *regs, unsigned long address, int sig) function
H A Dhash_utils_64.c1187 bad_page_fault(regs, address, SIGBUS);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dsystem.h196 extern void bad_page_fault(struct pt_regs *, unsigned long, int);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dexceptions-64s.S851 bl .bad_page_fault
877 bl .bad_page_fault
H A Dtraps.c637 bad_page_fault(regs, regs->dar, SIGBUS);
1029 bad_page_fault(regs, regs->dar, sig);
H A Dexceptions-64e.S489 bl .bad_page_fault
H A Dentry_32.S603 * registers before calling bad_page_fault.
619 bl bad_page_fault
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/kernel/
H A Dhw_exception_handler.S961 /* call bad_page_fault for finding aligned fixup, fixup address is saved
964 brid bad_page_fault

Completed in 111 milliseconds