/arch/unicore32/mm/ |
D | fault.c | 28 static inline int fsr_fs(unsigned int fsr) in fsr_fs() 89 unsigned int fsr, struct pt_regs *regs) in __do_kernel_fault() 116 static void __do_user_fault(unsigned long addr, unsigned int fsr, in __do_user_fault() 127 void do_bad_area(unsigned long addr, unsigned int fsr, struct pt_regs *regs) in do_bad_area() 150 static inline bool access_error(unsigned int fsr, struct vm_area_struct *vma) in access_error() 163 unsigned int fsr, unsigned int flags, struct task_struct *tsk) in __do_pf() 199 static int do_pf(unsigned long addr, unsigned int fsr, struct pt_regs *regs) in do_pf() 336 static int do_ifault(unsigned long addr, unsigned int fsr, struct pt_regs *regs) in do_ifault() 374 static int do_bad(unsigned long addr, unsigned int fsr, struct pt_regs *regs) in do_bad() 379 static int do_good(unsigned long addr, unsigned int fsr, struct pt_regs *regs) in do_good() [all …]
|
/arch/arm/mm/ |
D | fault.c | 106 __do_kernel_fault(struct mm_struct *mm, unsigned long addr, unsigned int fsr, in __do_kernel_fault() 135 __do_user_fault(unsigned long addr, unsigned int fsr, unsigned int sig, in __do_user_fault() 166 void do_bad_area(unsigned long addr, unsigned int fsr, struct pt_regs *regs) in do_bad_area() 190 static inline bool access_error(unsigned int fsr, struct vm_area_struct *vma) in access_error() 203 __do_page_fault(struct mm_struct *mm, unsigned long addr, unsigned int fsr, in __do_page_fault() 238 do_page_fault(unsigned long addr, unsigned int fsr, struct pt_regs *regs) in do_page_fault() 381 do_page_fault(unsigned long addr, unsigned int fsr, struct pt_regs *regs) in do_page_fault() 406 do_translation_fault(unsigned long addr, unsigned int fsr, in do_translation_fault() 469 do_translation_fault(unsigned long addr, unsigned int fsr, in do_translation_fault() 482 do_sect_fault(unsigned long addr, unsigned int fsr, struct pt_regs *regs) in do_sect_fault() [all …]
|
D | fault.h | 18 static inline int fsr_fs(unsigned int fsr) in fsr_fs() 25 static inline int fsr_fs(unsigned int fsr) in fsr_fs()
|
D | alignment.c | 800 do_alignment(unsigned long addr, unsigned int fsr, struct pt_regs *regs) in do_alignment()
|
/arch/sparc/include/asm/ |
D | psr.h | 55 unsigned int fsr = 0; in get_fsr() local
|
D | processor_32.h | 50 unsigned long fsr; member
|
/arch/arm/mach-bcm/ |
D | bcm_5301x.c | 24 static int bcm5301x_abort_handler(unsigned long addr, unsigned int fsr, in bcm5301x_abort_handler()
|
/arch/microblaze/kernel/ |
D | exceptions.c | 70 int fsr, int addr) in full_exception()
|
/arch/sparc/kernel/ |
D | ptrace_64.c | 378 unsigned long fprs, fsr, gsr; in fpregs64_get() local 747 compat_ulong_t fsr; in fpregs32_get() local 815 compat_ulong_t fsr; in fpregs32_set() local 889 unsigned int fsr; member 1007 unsigned long fsr; member
|
D | traps_32.c | 202 unsigned long fsr; local
|
D | ptrace_32.c | 304 unsigned long fsr; member
|
D | traps_64.c | 2323 unsigned long fsr = current_thread_info()->xfsr[0]; in do_fpe_common() local
|
/arch/sparc/math-emu/ |
D | math_32.c | 219 unsigned long fsr = *pfsr; in record_exception() local 290 long fsr; in do_one_mathemu() local
|
D | math_64.c | 103 u64 fsr = current_thread_info()->xfsr[0]; in record_exception() local
|
/arch/arm/mach-iop32x/ |
D | pci.c | 170 iop3xx_pci_abort(unsigned long addr, unsigned int fsr, struct pt_regs *regs) in iop3xx_pci_abort()
|
/arch/arm/kernel/ |
D | hw_breakpoint.c | 723 static void watchpoint_handler(unsigned long addr, unsigned int fsr, in watchpoint_handler() 907 static int hw_breakpoint_pending(unsigned long addr, unsigned int fsr, in hw_breakpoint_pending()
|
/arch/microblaze/include/uapi/asm/ |
D | ptrace.h | 54 microblaze_reg_t fsr; member
|
/arch/arm/mach-cns3xxx/ |
D | pcie.c | 254 static int cns3xxx_pcie_abort_handler(unsigned long addr, unsigned int fsr, in cns3xxx_pcie_abort_handler()
|
/arch/arm/probes/kprobes/ |
D | core.c | 329 int __kprobes kprobe_fault_handler(struct pt_regs *regs, unsigned int fsr) in kprobe_fault_handler()
|
/arch/arm/mach-ixp4xx/ |
D | common-pci.c | 290 static int abort_handler(unsigned long addr, unsigned int fsr, struct pt_regs *regs) in abort_handler()
|
/arch/microblaze/include/asm/ |
D | thread_info.h | 59 __u32 fsr; member
|
/arch/arm64/kernel/probes/ |
D | kprobes.c | 276 int __kprobes kprobe_fault_handler(struct pt_regs *regs, unsigned int fsr) in kprobe_fault_handler()
|