Home
last modified time | relevance | path

Searched defs:fsr (Results 1 – 22 of 22) sorted by relevance

/arch/unicore32/mm/
Dfault.c28 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/
Dfault.c106 __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 …]
Dfault.h18 static inline int fsr_fs(unsigned int fsr) in fsr_fs()
25 static inline int fsr_fs(unsigned int fsr) in fsr_fs()
Dalignment.c800 do_alignment(unsigned long addr, unsigned int fsr, struct pt_regs *regs) in do_alignment()
/arch/sparc/include/asm/
Dpsr.h55 unsigned int fsr = 0; in get_fsr() local
Dprocessor_32.h50 unsigned long fsr; member
/arch/arm/mach-bcm/
Dbcm_5301x.c24 static int bcm5301x_abort_handler(unsigned long addr, unsigned int fsr, in bcm5301x_abort_handler()
/arch/microblaze/kernel/
Dexceptions.c70 int fsr, int addr) in full_exception()
/arch/sparc/kernel/
Dptrace_64.c378 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
Dtraps_32.c202 unsigned long fsr; local
Dptrace_32.c304 unsigned long fsr; member
Dtraps_64.c2323 unsigned long fsr = current_thread_info()->xfsr[0]; in do_fpe_common() local
/arch/sparc/math-emu/
Dmath_32.c219 unsigned long fsr = *pfsr; in record_exception() local
290 long fsr; in do_one_mathemu() local
Dmath_64.c103 u64 fsr = current_thread_info()->xfsr[0]; in record_exception() local
/arch/arm/mach-iop32x/
Dpci.c170 iop3xx_pci_abort(unsigned long addr, unsigned int fsr, struct pt_regs *regs) in iop3xx_pci_abort()
/arch/arm/kernel/
Dhw_breakpoint.c723 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/
Dptrace.h54 microblaze_reg_t fsr; member
/arch/arm/mach-cns3xxx/
Dpcie.c254 static int cns3xxx_pcie_abort_handler(unsigned long addr, unsigned int fsr, in cns3xxx_pcie_abort_handler()
/arch/arm/probes/kprobes/
Dcore.c329 int __kprobes kprobe_fault_handler(struct pt_regs *regs, unsigned int fsr) in kprobe_fault_handler()
/arch/arm/mach-ixp4xx/
Dcommon-pci.c290 static int abort_handler(unsigned long addr, unsigned int fsr, struct pt_regs *regs) in abort_handler()
/arch/microblaze/include/asm/
Dthread_info.h59 __u32 fsr; member
/arch/arm64/kernel/probes/
Dkprobes.c276 int __kprobes kprobe_fault_handler(struct pt_regs *regs, unsigned int fsr) in kprobe_fault_handler()