Searched refs:bad_page_fault (Results 1 – 9 of 9) sorted by relevance
/linux/arch/xtensa/mm/ |
H A D | fault.c | 25 void bad_page_fault(struct pt_regs*, unsigned long, int); 42 goto bad_page_fault; in vmalloc_fault() 48 goto bad_page_fault; in vmalloc_fault() 55 goto bad_page_fault; in vmalloc_fault() 60 goto bad_page_fault; in vmalloc_fault() 65 goto bad_page_fault; in vmalloc_fault() 71 goto bad_page_fault; in vmalloc_fault() 74 bad_page_fault: in vmalloc_fault() 75 bad_page_fault(regs, address, SIGKILL); in vmalloc_fault() 114 bad_page_fault(reg in do_page_fault() 236 bad_page_fault(struct pt_regs *regs, unsigned long address, int sig) bad_page_fault() function [all...] |
/linux/arch/microblaze/mm/ |
H A D | fault.c | 63 * bad_page_fault is called when we have a bad access from the kernel. 67 void bad_page_fault(struct pt_regs *regs, unsigned long address, int sig) in bad_page_fault() function 225 bad_page_fault(regs, address, SIGBUS); in do_page_fault() 277 bad_page_fault(regs, address, SIGSEGV); in do_page_fault() 287 bad_page_fault(regs, address, SIGKILL); in do_page_fault() 298 bad_page_fault(regs, address, SIGBUS); in do_page_fault()
|
/linux/arch/powerpc/mm/ |
H A D | fault.c | 60 * registers before calling bad_page_fault() in __bad_area_nosemaphore() 124 * registers before calling bad_page_fault() in bad_access_pkey() 591 bad_page_fault(regs, err); in __do_page_fault() 609 * bad_page_fault is called when we have a bad access from the kernel. 657 void bad_page_fault(struct pt_regs *regs, int sig) in bad_page_fault() function 672 bad_page_fault(regs, SIGSEGV); in DEFINE_INTERRUPT_HANDLER() 690 bad_page_fault(regs, SIGSEGV); in DEFINE_INTERRUPT_HANDLER()
|
/linux/arch/powerpc/platforms/8xx/ |
H A D | machine_check.c | 29 bad_page_fault(regs, SIGBUS); in machine_check_8xx()
|
/linux/arch/microblaze/include/asm/ |
H A D | exceptions.h | 62 void bad_page_fault(struct pt_regs *regs, unsigned long address, int sig);
|
/linux/arch/powerpc/include/asm/ |
H A D | bug.h | 122 void bad_page_fault(struct pt_regs *, int);
|
/linux/arch/microblaze/kernel/ |
H A D | hw_exception_handler.S | 909 /* call bad_page_fault for finding aligned fixup, fixup address is saved 912 brid bad_page_fault
|
/linux/arch/powerpc/kernel/ |
H A D | traps.c | 1680 bad_page_fault(regs, sig); in DEFINE_INTERRUPT_HANDLER()
|
/linux/arch/powerpc/mm/book3s64/ |
H A D | hash_utils.c | 1987 bad_page_fault(regs, SIGBUS); in DEFINE_INTERRUPT_HANDLER()
|