Rev 3835 | Rev 3993 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3835 | Rev 3863 | ||
---|---|---|---|
Line 278... | Line 278... | ||
278 | 278 | ||
279 | /* TT = 0x64, TL = 0, fast_instruction_access_MMU_miss */ |
279 | /* TT = 0x64, TL = 0, fast_instruction_access_MMU_miss */ |
280 | .org trap_table + TT_FAST_INSTRUCTION_ACCESS_MMU_MISS*ENTRY_SIZE |
280 | .org trap_table + TT_FAST_INSTRUCTION_ACCESS_MMU_MISS*ENTRY_SIZE |
281 | .global fast_instruction_access_mmu_miss_handler_tl0 |
281 | .global fast_instruction_access_mmu_miss_handler_tl0 |
282 | fast_instruction_access_mmu_miss_handler_tl0: |
282 | fast_instruction_access_mmu_miss_handler_tl0: |
283 | /*FAST_INSTRUCTION_ACCESS_MMU_MISS_HANDLER*/ |
283 | FAST_INSTRUCTION_ACCESS_MMU_MISS_HANDLER |
284 | 284 | ||
285 | /* TT = 0x68, TL = 0, fast_data_access_MMU_miss */ |
285 | /* TT = 0x68, TL = 0, fast_data_access_MMU_miss */ |
286 | .org trap_table + TT_FAST_DATA_ACCESS_MMU_MISS*ENTRY_SIZE |
286 | .org trap_table + TT_FAST_DATA_ACCESS_MMU_MISS*ENTRY_SIZE |
287 | .global fast_data_access_mmu_miss_handler_tl0 |
287 | .global fast_data_access_mmu_miss_handler_tl0 |
288 | fast_data_access_mmu_miss_handler_tl0: |
288 | fast_data_access_mmu_miss_handler_tl0: |