Changeset 2f40fe4 in mainline
- Timestamp:
- 2006-07-01T21:40:36Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5eabe73
- Parents:
- 7ee0e2f
- Location:
- arch
- Files:
-
- 28 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/include/arch.h
r7ee0e2f r2f40fe4 27 27 */ 28 28 29 29 /** @addtogroup mips32 30 30 * @{ 31 31 */ … … 38 38 #endif 39 39 40 40 /** @} 41 41 */ 42 -
arch/mips32/include/arg.h
r7ee0e2f r2f40fe4 27 27 */ 28 28 29 29 /** @addtogroup mips32 30 30 * @{ 31 31 */ … … 57 57 #endif 58 58 59 59 /** @} 60 60 */ 61 -
arch/mips32/include/asm.h
r7ee0e2f r2f40fe4 27 27 */ 28 28 29 29 /** @addtogroup mips32 30 30 * @{ 31 31 */ … … 69 69 #endif 70 70 71 71 /** @} 72 72 */ 73 -
arch/mips32/include/asm/boot.h
r7ee0e2f r2f40fe4 27 27 */ 28 28 29 29 /** @addtogroup mips32 30 30 * @{ 31 31 */ … … 42 42 #endif 43 43 44 44 /** @} 45 45 */ 46 46 -
arch/mips32/include/asm/regname.h
r7ee0e2f r2f40fe4 27 27 */ 28 28 29 29 /** @addtogroup mips32 30 30 * @{ 31 31 */ … … 95 95 #endif /* _REGNAME_H_ */ 96 96 97 97 /** @} 98 98 */ 99 -
arch/mips32/include/atomic.h
r7ee0e2f r2f40fe4 27 27 */ 28 28 29 29 /** @addtogroup mips32 30 30 * @{ 31 31 */ … … 63 63 " sc %0, %1\n" 64 64 " beq %0, %4, 1b\n" /* if the atomic operation failed, try again */ 65 /* nop */ /* nop is inserted automatically by compiler */65 " nop\n" 66 66 : "=r" (tmp), "=m" (val->count), "=r" (v) 67 67 : "i" (i), "i" (0) … … 73 73 #endif 74 74 75 75 /** @} 76 76 */ 77 -
arch/mips32/include/barrier.h
r7ee0e2f r2f40fe4 27 27 */ 28 28 29 29 /** @addtogroup mips32 30 30 * @{ 31 31 */ … … 48 48 #endif 49 49 50 50 /** @} 51 51 */ 52 52 -
arch/mips32/include/byteorder.h
r7ee0e2f r2f40fe4 27 27 */ 28 28 29 29 /** @addtogroup mips32 30 30 * @{ 31 31 */ … … 57 57 #endif 58 58 59 59 /** @} 60 60 */ 61 -
arch/mips32/include/cache.h
r7ee0e2f r2f40fe4 27 27 */ 28 28 29 29 /** @addtogroup mips32 30 30 * @{ 31 31 */ … … 36 36 #define __mips32_CACHE_H__ 37 37 38 extern void cache_error(void); 38 #include <typedefs.h> 39 40 extern void cache_error(istate_t *istate); 39 41 40 42 #endif 41 43 42 44 /** @} 43 45 */ 44 -
arch/mips32/include/console.h
r7ee0e2f r2f40fe4 27 27 */ 28 28 29 29 /** @addtogroup mips32 30 30 * @{ 31 31 */ … … 41 41 #endif 42 42 43 43 /** @} 44 44 */ 45 -
arch/mips32/include/context.h
r7ee0e2f r2f40fe4 27 27 */ 28 28 29 29 /** @addtogroup mips32 30 30 * @{ 31 31 */ … … 77 77 #endif 78 78 79 79 /** @} 80 80 */ 81 -
arch/mips32/include/context_offset.h
r7ee0e2f r2f40fe4 51 51 #define EOFFSET_K1 0x84 52 52 #define REGISTER_SPACE 136 53 54 /** @}55 */56 -
arch/mips32/include/debug.h
r7ee0e2f r2f40fe4 27 27 */ 28 28 29 29 /** @addtogroup mips32debug 30 30 * @{ 31 31 */ … … 52 52 #endif 53 53 54 54 /** @} 55 55 */ 56 -
arch/mips32/include/debugger.h
r7ee0e2f r2f40fe4 27 27 */ 28 28 29 29 /** @addtogroup mips32debug 30 30 * @{ 31 31 */ … … 66 66 #endif 67 67 68 68 /** @} 69 69 */ 70 -
arch/mips32/include/elf.h
r7ee0e2f r2f40fe4 27 27 */ 28 28 29 29 /** @addtogroup mips32 30 30 * @{ 31 31 */ … … 48 48 #endif 49 49 50 50 /** @} 51 51 */ 52 -
arch/mips32/include/exception.h
r7ee0e2f r2f40fe4 27 27 */ 28 28 29 29 /** @addtogroup mips32 30 30 * @{ 31 31 */ … … 124 124 #endif 125 125 126 126 /** @} 127 127 */ 128 -
arch/mips32/include/faddr.h
r7ee0e2f r2f40fe4 27 27 */ 28 28 29 29 /** @addtogroup mips32 30 30 * @{ 31 31 */ … … 42 42 #endif 43 43 44 44 /** @} 45 45 */ 46 -
arch/mips32/include/fpu_context.h
r7ee0e2f r2f40fe4 27 27 */ 28 28 29 29 /** @addtogroup mips32 30 30 * @{ 31 31 */ … … 47 47 #endif 48 48 49 49 /** @} 50 50 */ 51 -
arch/mips32/include/interrupt.h
r7ee0e2f r2f40fe4 27 27 */ 28 28 29 29 /** @addtogroup mips32interrupt 30 30 * @{ 31 31 */ … … 54 54 #endif 55 55 56 56 /** @} 57 57 */ 58 -
arch/mips32/include/memstr.h
r7ee0e2f r2f40fe4 27 27 */ 28 28 29 29 /** @addtogroup mips32 30 30 * @{ 31 31 */ … … 45 45 #endif 46 46 47 47 /** @} 48 48 */ 49 -
arch/mips32/include/mm/tlb.h
r7ee0e2f r2f40fe4 27 27 */ 28 28 29 29 /** @addtogroup mips32mm 30 30 * @{ 31 31 */ … … 182 182 #endif 183 183 184 184 /** @} 185 185 */ 186 -
arch/mips32/include/stack.h
r7ee0e2f r2f40fe4 27 27 */ 28 28 29 29 /** @addtogroup mips32 30 30 * @{ 31 31 */ … … 41 41 #endif 42 42 43 43 /** @} 44 44 */ 45 -
arch/mips32/include/types.h
r7ee0e2f r2f40fe4 27 27 */ 28 28 29 29 /** @addtogroup mips32 30 30 * @{ 31 31 */ … … 63 63 #endif 64 64 65 65 /** @} 66 66 */ 67 -
arch/mips32/src/cache.c
r7ee0e2f r2f40fe4 27 27 */ 28 28 29 29 /** @addtogroup mips32 30 30 * @{ 31 31 */ … … 34 34 35 35 #include <arch/cache.h> 36 #include <arch/exception.h> 37 #include <typedefs.h> 36 38 #include <panic.h> 37 39 38 void cache_error( void)40 void cache_error(istate_t *istate) 39 41 { 40 panic("cache_error exception \n");42 panic("cache_error exception (epc=%p)\n", istate->epc); 41 43 } 42 44 43 45 /** @} 44 46 */ 45 47 -
arch/mips32/src/exception.c
r7ee0e2f r2f40fe4 49 49 50 50 static char * exctable[] = { 51 "Interrupt","TLB Modified","TLB Invalid","TLB Invalid Store", 52 "Address Error - load/instr. fetch", 53 "Address Error - store", 54 "Bus Error - fetch instruction", 55 "Bus Error - data reference", 56 "Syscall", 57 "BreakPoint", 58 "Reserved Instruction", 59 "Coprocessor Unusable", 60 "Arithmetic Overflow", 61 "Trap", 62 "Virtual Coherency - instruction", 63 "Floating Point", 64 NULL, NULL, NULL, NULL, NULL, NULL, NULL, 65 "WatchHi/WatchLo", /* 23 */ 66 NULL, NULL, NULL, NULL, NULL, NULL, NULL, 67 "Virtual Coherency - data", 51 "Interrupt", 52 "TLB Modified", 53 "TLB Invalid", 54 "TLB Invalid Store", 55 "Address Error - load/instr. fetch", 56 "Address Error - store", 57 "Bus Error - fetch instruction", 58 "Bus Error - data reference", 59 "Syscall", 60 "BreakPoint", 61 "Reserved Instruction", 62 "Coprocessor Unusable", 63 "Arithmetic Overflow", 64 "Trap", 65 "Virtual Coherency - instruction", 66 "Floating Point", 67 NULL, NULL, NULL, NULL, NULL, NULL, NULL, 68 "WatchHi/WatchLo", /* 23 */ 69 NULL, NULL, NULL, NULL, NULL, NULL, NULL, 70 "Virtual Coherency - data", 68 71 }; 69 72 … … 175 178 /** @} 176 179 */ 177 -
arch/mips32/src/start.S
r7ee0e2f r2f40fe4 310 310 add $sp, $k0, 0 311 311 312 jal tlb_refill /* tlb_refill(register_space) */312 jal tlb_refill 313 313 add $a0, $sp, 0 314 314 … … 325 325 326 326 jal cache_error 327 nop327 add $a0, $sp, 0 328 328 329 329 REGISTERS_LOAD $sp -
arch/sparc64/src/console.c
r7ee0e2f r2f40fe4 27 27 */ 28 28 29 29 /** @addtogroup sparc64 30 30 * @{ 31 31 */ … … 184 184 } 185 185 186 186 /** @} 187 187 */ 188 -
arch/sparc64/src/sparc64.c
r7ee0e2f r2f40fe4 27 27 */ 28 28 29 29 /** @addtogroup sparc64 30 30 * @{ 31 31 */ … … 96 96 } 97 97 98 98 /** @} 99 99 */ 100
Note:
See TracChangeset
for help on using the changeset viewer.