Rev 4064 | Rev 4369 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4064 | Rev 4068 | ||
|---|---|---|---|
| Line 417... | Line 417... | ||
| 417 | 417 | ||
| 418 | /* TT = 0x6c, TL > 0, fast_data_access_protection */ |
418 | /* TT = 0x6c, TL > 0, fast_data_access_protection */ |
| 419 | .org trap_table + (TT_FAST_DATA_ACCESS_PROTECTION+512)*ENTRY_SIZE |
419 | .org trap_table + (TT_FAST_DATA_ACCESS_PROTECTION+512)*ENTRY_SIZE |
| 420 | .global fast_data_access_protection_handler_tl1 |
420 | .global fast_data_access_protection_handler_tl1 |
| 421 | fast_data_access_protection_handler_tl1: |
421 | fast_data_access_protection_handler_tl1: |
| 422 | /*FAST_DATA_ACCESS_PROTECTION_HANDLER 1*/ |
422 | FAST_DATA_ACCESS_PROTECTION_HANDLER 1 |
| 423 | 423 | ||
| 424 | /* TT = 0x80, TL > 0, spill_0_normal handler */ |
424 | /* TT = 0x80, TL > 0, spill_0_normal handler */ |
| 425 | .org trap_table + (TT_SPILL_0_NORMAL+512)*ENTRY_SIZE |
425 | .org trap_table + (TT_SPILL_0_NORMAL+512)*ENTRY_SIZE |
| 426 | .global spill_0_normal_tl1 |
426 | .global spill_0_normal_tl1 |
| 427 | spill_0_normal_tl1: |
427 | spill_0_normal_tl1: |