genex.S (b05005772f34497eb2b7415a651fe785cbe70e16) | genex.S (e4ac58afdfac792c0583af30dbd9eae53e24c78b) |
---|---|
1/* 2 * This file is subject to the terms and conditions of the GNU General Public 3 * License. See the file "COPYING" in the main directory of this archive 4 * for more details. 5 * 6 * Copyright (C) 1994 - 2000, 2001, 2003 Ralf Baechle 7 * Copyright (C) 1999, 2000 Silicon Graphics, Inc. 8 * Copyright (C) 2001 MIPS Technologies, Inc. --- 108 unchanged lines hidden (view full) --- 117 lw k1, (k0) 118 addiu k1, 1 119 sw k1, (k0) 120#endif 121 eret 122 .set pop 123 END(except_vec3_r4000) 124 | 1/* 2 * This file is subject to the terms and conditions of the GNU General Public 3 * License. See the file "COPYING" in the main directory of this archive 4 * for more details. 5 * 6 * Copyright (C) 1994 - 2000, 2001, 2003 Ralf Baechle 7 * Copyright (C) 1999, 2000 Silicon Graphics, Inc. 8 * Copyright (C) 2001 MIPS Technologies, Inc. --- 108 unchanged lines hidden (view full) --- 117 lw k1, (k0) 118 addiu k1, 1 119 sw k1, (k0) 120#endif 121 eret 122 .set pop 123 END(except_vec3_r4000) 124 |
125 __FINIT 126 127 .align 5 128NESTED(handle_int, PT_SIZE, sp) 129 SAVE_ALL 130 CLI 131 132 PTR_LA ra, ret_from_irq 133 move a0, sp 134 j plat_irq_dispatch 135 END(handle_int) 136 137 __INIT 138 |
|
125/* 126 * Special interrupt vector for MIPS64 ISA & embedded MIPS processors. 127 * This is a dedicated interrupt exception vector which reduces the 128 * interrupt processing overhead. The jump instruction will be replaced 129 * at the initialization time. 130 * 131 * Be careful when changing this, it has to be at most 128 bytes 132 * to fit into space reserved for the exception handler. --- 204 unchanged lines hidden --- | 139/* 140 * Special interrupt vector for MIPS64 ISA & embedded MIPS processors. 141 * This is a dedicated interrupt exception vector which reduces the 142 * interrupt processing overhead. The jump instruction will be replaced 143 * at the initialization time. 144 * 145 * Be careful when changing this, it has to be at most 128 bytes 146 * to fit into space reserved for the exception handler. --- 204 unchanged lines hidden --- |