Lines Matching refs:sfar
187 void spitfire_insn_access_exception(struct pt_regs *regs, unsigned long sfsr, unsigned long sfar) in spitfire_insn_access_exception() argument
197 "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()
290 void spitfire_data_access_exception(struct pt_regs *regs, unsigned long sfsr, unsigned long sfar) in spitfire_data_access_exception() argument
316 "SFAR[%016lx], going.\n", sfsr, sfar); in spitfire_data_access_exception()
323 force_sig_fault(SIGSEGV, SEGV_MAPERR, (void __user *)sfar); in spitfire_data_access_exception()
328 …id spitfire_data_access_exception_tl1(struct pt_regs *regs, unsigned long sfsr, unsigned long sfar) in spitfire_data_access_exception_tl1() argument
335 spitfire_data_access_exception(regs, sfsr, sfar); in spitfire_data_access_exception_tl1()
2613 void mem_address_unaligned(struct pt_regs *regs, unsigned long sfar, unsigned long sfsr) in mem_address_unaligned() argument
2628 force_sig_fault(SIGBUS, BUS_ADRALN, (void __user *)sfar); in mem_address_unaligned()