Lines Matching refs:far
477 unsigned long far = read_sysreg(far_el1); in el1_abort() local
481 do_mem_abort(far, esr, regs); in el1_abort()
488 unsigned long far = read_sysreg(far_el1); in el1_pc() local
492 do_sp_pc_abort(far, esr, regs); in el1_pc()
563 unsigned long far = read_sysreg(far_el1); in el1_watchpt() local
567 do_watchpoint(far, esr, regs); in el1_watchpt()
693 unsigned long far = read_sysreg(far_el1); in el0_da() local
697 do_mem_abort(far, esr, regs); in el0_da()
703 unsigned long far = read_sysreg(far_el1); in el0_ia() local
710 if (!is_ttbr0_addr(far)) in el0_ia()
715 do_mem_abort(far, esr, regs); in el0_ia()
761 unsigned long far = read_sysreg(far_el1); in el0_pc() local
768 do_sp_pc_abort(far, esr, regs); in el0_pc()
855 unsigned long far = read_sysreg(far_el1); in el0_watchpt() local
859 do_watchpoint(far, esr, regs); in el0_watchpt()
1115 unsigned long far = read_sysreg(far_el1); in handle_bad_stack() local
1118 panic_bad_stack(regs, esr, far); in handle_bad_stack()