/openbmc/linux/arch/arm/mm/ |
H A D | fault.c | 106 static inline bool is_write_fault(unsigned int fsr) in is_write_fault() 111 static inline bool is_translation_fault(unsigned int fsr) in is_translation_fault() 125 unsigned long addr, unsigned int fsr, in die_kernel_fault() 144 __do_kernel_fault(struct mm_struct *mm, unsigned long addr, unsigned int fsr, in __do_kernel_fault() 175 __do_user_fault(unsigned long addr, unsigned int fsr, unsigned int sig, in __do_user_fault() 206 void do_bad_area(unsigned long addr, unsigned int fsr, struct pt_regs *regs) in do_bad_area() 225 static inline bool is_permission_fault(unsigned int fsr) in is_permission_fault() 239 do_page_fault(unsigned long addr, unsigned int fsr, struct pt_regs *regs) in do_page_fault() 370 do_page_fault(unsigned long addr, unsigned int fsr, struct pt_regs *regs) in do_page_fault() 395 do_translation_fault(unsigned long addr, unsigned int fsr, in do_translation_fault() [all …]
|
H A D | fault.h | 21 static inline int fsr_fs(unsigned int fsr) in fsr_fs() 32 static inline int fsr_fs(unsigned int fsr) in fsr_fs()
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | psr.h | 55 unsigned int fsr = 0; in get_fsr() local
|
H A D | processor_32.h | 46 unsigned long fsr; member
|
/openbmc/qemu/bsd-user/host/arm/ |
H A D | host-signal.h | 30 uint32_t fsr = info->si_trapno; in host_signal_write() local
|
/openbmc/linux/arch/arm/mach-bcm/ |
H A D | bcm_5301x.c | 22 static int bcm5301x_abort_handler(unsigned long addr, unsigned int fsr, in bcm5301x_abort_handler()
|
/openbmc/qemu/linux-user/include/host/arm/ |
H A D | host-signal.h | 39 uint32_t fsr = uc->uc_mcontext.error_code; in host_signal_write() local
|
/openbmc/qemu/target/sparc/ |
H A D | fop_helper.c | 547 target_ulong fsr = env->fsr | env->fsr_cexc_ftt; in cpu_get_fsr() local 569 static void set_fsr_nonsplit(CPUSPARCState *env, target_ulong fsr) in set_fsr_nonsplit() 593 void cpu_put_fsr(CPUSPARCState *env, target_ulong fsr) in cpu_put_fsr() 609 void helper_set_fsr_nofcc_noftt(CPUSPARCState *env, uint32_t fsr) in helper_set_fsr_nofcc_noftt() 616 void helper_set_fsr_nofcc(CPUSPARCState *env, uint32_t fsr) in helper_set_fsr_nofcc()
|
/openbmc/linux/arch/sparc/math-emu/ |
H A D | math_32.c | 219 unsigned long fsr = *pfsr; in record_exception() local 290 long fsr; in do_one_mathemu() local
|
/openbmc/linux/arch/microblaze/kernel/ |
H A D | exceptions.c | 70 int fsr, int addr) in full_exception()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | tlb_helper.c | 85 uint32_t fsr, fsc; in compute_fsr_fsc() local 179 uint32_t syn, exc, fsr, fsc; in arm_deliver_fault() local
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | ptrace_64.c | 720 compat_ulong_t fsr; in fpregs32_set() local 864 compat_ulong_t fsr; in setfpregs_set() local 917 unsigned int fsr; member 1007 unsigned long fsr; member
|
H A D | traps_32.c | 202 unsigned long fsr; local
|
/openbmc/linux/include/linux/ |
H A D | adreno-smmu-priv.h | 31 u32 fsr; member
|
/openbmc/u-boot/arch/arm/mach-at91/include/mach/ |
H A D | at91_eefc.h | 18 u32 fsr; /* Flash Status Register RO */ member
|
/openbmc/linux/arch/arm64/kvm/ |
H A D | inject_fault.c | 131 u32 fsr; in inject_abt32() local
|
/openbmc/qemu/linux-user/sparc/ |
H A D | cpu_loop.c | 296 target_ulong fsr = cpu_get_fsr(env); in cpu_loop() local
|
/openbmc/linux/drivers/tty/serial/ |
H A D | ma35d1_serial.c | 236 u32 fsr; in receive_chars() local 288 u32 isr, fsr; in ma35d1serial_interrupt() local 309 u32 fsr; in ma35d1serial_tx_empty() local
|
/openbmc/u-boot/drivers/mtd/spi/ |
H A D | spi-nor-tiny.c | 296 int fsr = read_fsr(nor); in spi_nor_fsr_ready() local 305 int sr, fsr; in spi_nor_ready() local
|
/openbmc/linux/drivers/mtd/spi-nor/ |
H A D | micron-st.c | 315 static int micron_st_nor_read_fsr(struct spi_nor *nor, u8 *fsr) in micron_st_nor_read_fsr()
|
/openbmc/linux/drivers/iommu/ |
H A D | msm_iommu.c | 563 unsigned int fsr = GET_FSR(base, ctx); in print_ctx_regs() local 645 unsigned int fsr; in msm_iommu_fault_handler() local
|
/openbmc/linux/arch/arm/kernel/ |
H A D | hw_breakpoint.c | 726 static void watchpoint_handler(unsigned long addr, unsigned int fsr, in watchpoint_handler() 910 static int hw_breakpoint_pending(unsigned long addr, unsigned int fsr, in hw_breakpoint_pending()
|
/openbmc/linux/arch/arm64/kernel/probes/ |
H A D | kprobes.c | 271 int __kprobes kprobe_fault_handler(struct pt_regs *regs, unsigned int fsr) in kprobe_fault_handler()
|
/openbmc/linux/arch/arm/probes/kprobes/ |
H A D | core.c | 331 int __kprobes kprobe_fault_handler(struct pt_regs *regs, unsigned int fsr) in kprobe_fault_handler()
|
/openbmc/linux/arch/microblaze/include/uapi/asm/ |
H A D | ptrace.h | 54 microblaze_reg_t fsr; member
|