Lines Matching +full:reserved +full:- +full:ipi +full:- +full:vectors
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * ARCv2 ISA based core Low Level Intr/Traps/Exceptions(non-TLB) Handling
16 ; first 16 lines are reserved for exceptions and are not configurable.
28 # Initial 16 slots are Exception Vectors
43 VECTOR reserved ; Reserved slots
44 VECTOR reserved ; Reserved slots
46 # Begin Interrupt Vectors
50 VECTOR handle_interrupt ; (19) Inter core Interrupt (IPI)
52 VECTOR handle_interrupt ; (21) Software Triggered Intr (Self IPI)
57 .rept NR_CPU_IRQS - 8
63 reserved: label
80 # Note this disable is only for consistent book-keeping as further interrupts
83 # unless this one returns (or higher prio becomes pending in 2-prio scheme)
117 ; ---------------------------------------------
119 ; - Unlike ARCompact, handles Bus errors for both User/Kernel mode,
121 ; ---------------------------------------------
150 ; TBD: optimize - do this only if a callee reg was involved
151 ; either a dst of emulated LD/ST or src with address-writeback
157 ; ---------------------------------------------
159 ; ---------------------------------------------
188 ; Restore the saved sys context (common exit-path for EXCPN/IRQ/Trap)