Lines Matching full:far
298 unsigned long far = read_sysreg(far_el1); in el1_abort() local
303 do_mem_abort(far, esr, regs); in el1_abort()
310 unsigned long far = read_sysreg(far_el1); in el1_pc() local
315 do_sp_pc_abort(far, esr, regs); in el1_pc()
398 unsigned long far = read_sysreg(far_el1); in el1_watchpt() local
403 do_watchpoint(far, esr, regs); in el1_watchpt()
536 unsigned long far = read_sysreg(far_el1); in el0_da() local
540 do_mem_abort(far, esr, regs); in el0_da()
546 unsigned long far = read_sysreg(far_el1); in el0_ia() local
553 if (!is_ttbr0_addr(far)) in el0_ia()
558 do_mem_abort(far, esr, regs); in el0_ia()
604 unsigned long far = read_sysreg(far_el1); in el0_pc() local
611 do_sp_pc_abort(far, esr, regs); in el0_pc()
700 unsigned long far = read_sysreg(far_el1); in el0_watchpt() local
704 do_watchpoint(far, esr, regs); in el0_watchpt()
961 unsigned long far = read_sysreg(far_el1); in handle_bad_stack() local
964 panic_bad_stack(regs, esr, far); in handle_bad_stack()