Lines Matching refs:sfar
186 void spitfire_insn_access_exception(struct pt_regs *regs, unsigned long sfsr, unsigned long sfar) in spitfire_insn_access_exception() argument
196 "SFAR[%016lx], going.\n", sfsr, sfar); in spitfire_insn_access_exception()
209 …id spitfire_insn_access_exception_tl1(struct pt_regs *regs, unsigned long sfsr, unsigned long sfar) in spitfire_insn_access_exception_tl1() argument
216 spitfire_insn_access_exception(regs, sfsr, sfar); in spitfire_insn_access_exception_tl1()
291 void spitfire_data_access_exception(struct pt_regs *regs, unsigned long sfsr, unsigned long sfar) in spitfire_data_access_exception() argument
317 "SFAR[%016lx], going.\n", sfsr, sfar); in spitfire_data_access_exception()
324 force_sig_fault(SIGSEGV, SEGV_MAPERR, (void __user *)sfar, 0, current); in spitfire_data_access_exception()
329 …id spitfire_data_access_exception_tl1(struct pt_regs *regs, unsigned long sfsr, unsigned long sfar) in spitfire_data_access_exception_tl1() argument
336 spitfire_data_access_exception(regs, sfsr, sfar); in spitfire_data_access_exception_tl1()
2622 void mem_address_unaligned(struct pt_regs *regs, unsigned long sfar, unsigned long sfsr) in mem_address_unaligned() argument
2637 force_sig_fault(SIGBUS, BUS_ADRALN, (void __user *)sfar, 0, current); in mem_address_unaligned()