| /linux-4.4.14/arch/arm/mm/ | 
| D | fault.c | 34 static inline int notify_page_fault(struct pt_regs *regs, unsigned int fsr)  in notify_page_fault() 49 static inline int notify_page_fault(struct pt_regs *regs, unsigned int fsr)  in notify_page_fault() 132 __do_kernel_fault(struct mm_struct *mm, unsigned long addr, unsigned int fsr,  in __do_kernel_fault() 161 		unsigned int fsr, unsigned int sig, int code,  in __do_user_fault() 186 void do_bad_area(unsigned long addr, unsigned int fsr, struct pt_regs *regs)  in do_bad_area() 210 static inline bool access_error(unsigned int fsr, struct vm_area_struct *vma)  in access_error() 223 __do_page_fault(struct mm_struct *mm, unsigned long addr, unsigned int fsr,  in __do_page_fault() 258 do_page_fault(unsigned long addr, unsigned int fsr, struct pt_regs *regs)  in do_page_fault() 397 do_page_fault(unsigned long addr, unsigned int fsr, struct pt_regs *regs)  in do_page_fault() 422 do_translation_fault(unsigned long addr, unsigned int fsr,  in do_translation_fault() [all …] 
 | 
| D | fault.h | 14 static inline int fsr_fs(unsigned int fsr)  in fsr_fs() 19 static inline int fsr_fs(unsigned int fsr)  in fsr_fs()
  | 
| D | alignment.c | 771 do_alignment(unsigned long addr, unsigned int fsr, struct pt_regs *regs)  in do_alignment()
  | 
| /linux-4.4.14/arch/unicore32/mm/ | 
| D | fault.c | 31 static inline int fsr_fs(unsigned int fsr)  in fsr_fs() 92 		unsigned int fsr, struct pt_regs *regs)  in __do_kernel_fault() 120 		unsigned int fsr, unsigned int sig, int code,  in __do_user_fault() 135 void do_bad_area(unsigned long addr, unsigned int fsr, struct pt_regs *regs)  in do_bad_area() 158 static inline bool access_error(unsigned int fsr, struct vm_area_struct *vma)  in access_error() 170 static int __do_pf(struct mm_struct *mm, unsigned long addr, unsigned int fsr,  in __do_pf() 207 static int do_pf(unsigned long addr, unsigned int fsr, struct pt_regs *regs)  in do_pf() 343 static int do_ifault(unsigned long addr, unsigned int fsr, struct pt_regs *regs)  in do_ifault() 381 static int do_bad(unsigned long addr, unsigned int fsr, struct pt_regs *regs)  in do_bad() 386 static int do_good(unsigned long addr, unsigned int fsr, struct pt_regs *regs)  in do_good() [all …] 
 | 
| /linux-4.4.14/arch/sparc/kernel/ | 
| D | ptrace_64.c | 337 	unsigned long fprs, fsr, gsr;  in fpregs64_get()  local 711 	compat_ulong_t fsr;  in fpregs32_get()  local 779 		compat_ulong_t fsr;  in fpregs32_set()  local 853 	unsigned int fsr;  member 971 	unsigned long fsr;  member
  | 
| D | ptrace_32.c | 330 	unsigned long fsr;  member
  | 
| D | traps_32.c | 227 	unsigned long fsr;  local
  | 
| D | traps_64.c | 2176 		unsigned long fsr = current_thread_info()->xfsr[0];  in do_fpe_common()  local
  | 
| /linux-4.4.14/arch/arm/mach-bcm/ | 
| D | bcm_5301x.c | 18 static int bcm5301x_abort_handler(unsigned long addr, unsigned int fsr,  in bcm5301x_abort_handler()
  | 
| /linux-4.4.14/arch/sparc/include/asm/ | 
| D | psr.h | 54 	unsigned int fsr = 0;  in get_fsr()  local
  | 
| D | processor_32.h | 61 	unsigned long   fsr;  member
  | 
| /linux-4.4.14/arch/sparc/math-emu/ | 
| D | math_32.c | 218 	unsigned long fsr = *pfsr;  in record_exception()  local 289 	long fsr;  in do_one_mathemu()  local
  | 
| D | math_64.c | 102 	u64 fsr = current_thread_info()->xfsr[0];  in record_exception()  local
  | 
| /linux-4.4.14/arch/microblaze/kernel/ | 
| D | exceptions.c | 75 							int fsr, int addr)  in full_exception()
  | 
| /linux-4.4.14/arch/arm/mach-ks8695/ | 
| D | pci.c | 127 static int ks8695_pci_fault(unsigned long addr, unsigned int fsr, struct pt_regs *regs)  in ks8695_pci_fault()
  | 
| /linux-4.4.14/arch/arm64/kvm/ | 
| D | inject_fault.c | 75 	u32 *far, *fsr;  in inject_abt32()  local
  | 
| /linux-4.4.14/arch/arm/plat-iop/ | 
| D | pci.c | 173 iop3xx_pci_abort(unsigned long addr, unsigned int fsr, struct pt_regs *regs)  in iop3xx_pci_abort()
  | 
| /linux-4.4.14/drivers/iommu/ | 
| D | msm_iommu.c | 611 	unsigned int fsr = GET_FSR(base, ctx);  in print_ctx_regs()  local 640 	unsigned int fsr;  in msm_iommu_fault_handler()  local
  | 
| D | arm-smmu.c | 630 	u32 fsr, far, fsynr, resume;  in arm_smmu_context_fault()  local
  | 
| /linux-4.4.14/arch/arm/kernel/ | 
| D | hw_breakpoint.c | 691 static void watchpoint_handler(unsigned long addr, unsigned int fsr,  in watchpoint_handler() 854 static int hw_breakpoint_pending(unsigned long addr, unsigned int fsr,  in hw_breakpoint_pending()
  | 
| /linux-4.4.14/drivers/pci/host/ | 
| D | pci-keystone.c | 238 static int keystone_pcie_fault(unsigned long addr, unsigned int fsr,  in keystone_pcie_fault()
  | 
| D | pci-imx6.c | 207 		unsigned int fsr, struct pt_regs *regs)  in imx6q_pcie_abort_handler()
  | 
| /linux-4.4.14/arch/arm/mach-cns3xxx/ | 
| D | pcie.c | 257 static int cns3xxx_pcie_abort_handler(unsigned long addr, unsigned int fsr,  in cns3xxx_pcie_abort_handler()
  | 
| /linux-4.4.14/arch/microblaze/include/uapi/asm/ | 
| D | ptrace.h | 53 	microblaze_reg_t fsr;  member
  | 
| /linux-4.4.14/arch/arm/mach-ixp4xx/ | 
| D | common-pci.c | 294 static int abort_handler(unsigned long addr, unsigned int fsr, struct pt_regs *regs)  in abort_handler()
  | 
| /linux-4.4.14/drivers/mtd/spi-nor/ | 
| D | spi-nor.c | 224 	int fsr = read_fsr(nor);  in spi_nor_fsr_ready()  local 233 	int sr, fsr;  in spi_nor_ready()  local
  | 
| /linux-4.4.14/arch/microblaze/include/asm/ | 
| D | thread_info.h | 59 	__u32	fsr;  member
  | 
| /linux-4.4.14/arch/arm/probes/kprobes/ | 
| D | core.c | 344 int __kprobes kprobe_fault_handler(struct pt_regs *regs, unsigned int fsr)  in kprobe_fault_handler()
  | 
| /linux-4.4.14/drivers/mmc/host/ | 
| D | wbsd.c | 421 	int i, fsr, fifo;  in wbsd_empty_fifo()  local 483 	int i, fsr, fifo;  in wbsd_fill_fifo()  local
  | 
| /linux-4.4.14/drivers/bus/ | 
| D | brcmstb_gisb.c | 221 static int brcmstb_bus_error_handler(unsigned long addr, unsigned int fsr,  in brcmstb_bus_error_handler()
  | 
| /linux-4.4.14/arch/arm/mach-iop13xx/ | 
| D | pci.c | 483 iop13xx_pci_abort(unsigned long addr, unsigned int fsr, struct pt_regs *regs)  in iop13xx_pci_abort()
  | 
| /linux-4.4.14/drivers/i2c/busses/ | 
| D | i2c-sh7760.c | 117 	unsigned long msr, fsr, fier, len;  in sh7760_i2c_irq()  local
  | 
| /linux-4.4.14/drivers/mtd/nand/ | 
| D | davinci_nand.c | 385 		u32	fsr = davinci_nand_readl(info, NANDFSR_OFFSET);  in nand_davinci_correct_4bit()  local
  | 
| /linux-4.4.14/drivers/iio/imu/inv_mpu6050/ | 
| D | inv_mpu_iio.h | 78 	unsigned int fsr:2;  member
  | 
| /linux-4.4.14/arch/frv/include/uapi/asm/ | 
| D | registers.h | 195 	unsigned long	fsr[1];  member
  | 
| /linux-4.4.14/arch/arm/mach-integrator/ | 
| D | pci_v3.c | 513 v3_pci_fault(unsigned long addr, unsigned int fsr, struct pt_regs *regs)  in v3_pci_fault()
  | 
| /linux-4.4.14/drivers/usb/misc/sisusbvga/ | 
| D | sisusb_con.c | 1231 		unsigned char ovr, vde, fsr;  in sisusbcon_do_font_op()  local
  | 
| /linux-4.4.14/drivers/video/fbdev/ | 
| D | cg14.c | 105 	u8 fsr;	/* Fault Status Reg */  member
  | 
| /linux-4.4.14/drivers/video/console/ | 
| D | vgacon.c | 1216 	unsigned char ovr, vde, fsr;  in vgacon_adjust_height()  local
  |