/kernel/linux/linux-6.6/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...] |
/kernel/linux/linux-5.10/arch/xtensa/mm/ |
H A D | fault.c | 25 void bad_page_fault(struct pt_regs*, unsigned long, int); 59 bad_page_fault(regs, address, SIGSEGV); in do_page_fault() 117 goto bad_page_fault; in do_page_fault() 157 bad_page_fault(regs, address, SIGSEGV); in do_page_fault() 167 bad_page_fault(regs, address, SIGKILL); in do_page_fault() 183 bad_page_fault(regs, address, SIGBUS); in do_page_fault() 200 goto bad_page_fault; in do_page_fault() 206 goto bad_page_fault; in do_page_fault() 213 goto bad_page_fault; in do_page_fault() 218 goto bad_page_fault; in do_page_fault() 239 bad_page_fault(struct pt_regs *regs, unsigned long address, int sig) bad_page_fault() function [all...] |
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/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 271 bad_page_fault(regs, address, SIGSEGV); in do_page_fault() 281 bad_page_fault(regs, address, SIGKILL); in do_page_fault() 292 bad_page_fault(regs, address, SIGBUS); in do_page_fault()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/8xx/ |
H A D | machine_check.c | 29 bad_page_fault(regs, regs->dar, SIGBUS); in machine_check_8xx()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/8xx/ |
H A D | machine_check.c | 29 bad_page_fault(regs, SIGBUS); in machine_check_8xx()
|
/kernel/linux/linux-6.6/arch/powerpc/mm/ |
H A D | fault.c | 59 * registers before calling bad_page_fault() in __bad_area_nosemaphore() 117 * registers before calling bad_page_fault() in bad_access_pkey() 574 bad_page_fault(regs, err); in __do_page_fault() 592 * bad_page_fault is called when we have a bad access from the kernel. 640 void bad_page_fault(struct pt_regs *regs, int sig) in bad_page_fault() function 655 bad_page_fault(regs, SIGSEGV); in DEFINE_INTERRUPT_HANDLER() 673 bad_page_fault(regs, SIGSEGV); in DEFINE_INTERRUPT_HANDLER()
|
/kernel/linux/linux-5.10/arch/microblaze/include/asm/ |
H A D | exceptions.h | 67 void bad_page_fault(struct pt_regs *regs, unsigned long address, int sig);
|
/kernel/linux/linux-6.6/arch/microblaze/include/asm/ |
H A D | exceptions.h | 62 void bad_page_fault(struct pt_regs *regs, unsigned long address, int sig);
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | bug.h | 115 extern void bad_page_fault(struct pt_regs *, unsigned long, int);
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | bug.h | 122 void bad_page_fault(struct pt_regs *, int);
|
/kernel/linux/linux-5.10/arch/powerpc/mm/ |
H A D | fault.c | 56 * registers before calling bad_page_fault() in __bad_area_nosemaphore() 120 * registers before calling bad_page_fault() in bad_access_pkey() 554 * bad_page_fault is called when we have a bad access from the kernel. 558 void bad_page_fault(struct pt_regs *regs, unsigned long address, int sig) in bad_page_fault() function
|
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/ |
H A D | slb.c | 899 bad_page_fault(regs, ea, SIGSEGV); in do_bad_slb_fault()
|
H A D | hash_utils.c | 1871 bad_page_fault(regs, address, SIGBUS); in low_hash_fault()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | exceptions-64s.S | 2145 bl bad_page_fault 3284 bl bad_page_fault 3321 bl bad_page_fault
|
H A D | exceptions-64e.S | 1026 bl bad_page_fault
|
H A D | entry_32.S | 658 * registers before calling bad_page_fault. 677 bl bad_page_fault
|
H A D | traps.c | 1649 bad_page_fault(regs, regs->dar, sig); in alignment_exception()
|
/kernel/linux/linux-6.6/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
|
/kernel/linux/linux-5.10/arch/microblaze/kernel/ |
H A D | hw_exception_handler.S | 1026 /* call bad_page_fault for finding aligned fixup, fixup address is saved 1029 brid bad_page_fault
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | traps.c | 1681 bad_page_fault(regs, sig); in DEFINE_INTERRUPT_HANDLER()
|
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/ |
H A D | hash_utils.c | 1729 bad_page_fault(regs, SIGBUS); in DEFINE_INTERRUPT_HANDLER()
|