Lines Matching +full:non +full:- +full:ipi
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * ARCv2 ISA based core Low Level Intr/Traps/Exceptions(non-TLB) Handling
51 VECTOR handle_interrupt ; (19) Inter core Interrupt (IPI)
53 VECTOR handle_interrupt ; (21) Software Triggered Intr (Self IPI)
58 .rept NR_CPU_IRQS - 8
81 # Note this disable is only for consistent book-keeping as further interrupts
84 # unless this one returns (or higher prio becomes pending in 2-prio scheme)
98 ;################### Non TLB Exception Handling #############################
118 ; ---------------------------------------------
120 ; - Unlike ARCompact, handles Bus errors for both User/Kernel mode,
122 ; ---------------------------------------------
141 ; TBD: optimize - do this only if a callee reg was involved
142 ; either a dst of emulated LD/ST or src with address-writeback
148 ; ---------------------------------------------
150 ; ---------------------------------------------
174 ; Restore the saved sys context (common exit-path for EXCPN/IRQ/Trap)