Rev 2610 | Rev 3463 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2610 | Rev 3458 | ||
|---|---|---|---|
| Line 519... | Line 519... | ||
| 519 | .org trap_table + TT_TRAP_INSTRUCTION(31)*ENTRY_SIZE |
519 | .org trap_table + TT_TRAP_INSTRUCTION(31)*ENTRY_SIZE |
| 520 | .global trap_instruction_31_tl0 |
520 | .global trap_instruction_31_tl0 |
| 521 | trap_instruction_31_tl0: |
521 | trap_instruction_31_tl0: |
| 522 | TRAP_INSTRUCTION 31 |
522 | TRAP_INSTRUCTION 31 |
| 523 | 523 | ||
| - | 524 | /* TT = 0x120, TL = 0, trap_instruction_32 */ |
|
| - | 525 | .org trap_table + TT_TRAP_INSTRUCTION(32)*ENTRY_SIZE |
|
| - | 526 | .global trap_instruction_32_tl0 |
|
| - | 527 | trap_instruction_32_tl0: |
|
| - | 528 | TRAP_INSTRUCTION 32 |
|
| - | 529 | ||
| - | 530 | /* TT = 0x121, TL = 0, trap_instruction_33 */ |
|
| - | 531 | .org trap_table + TT_TRAP_INSTRUCTION(33)*ENTRY_SIZE |
|
| - | 532 | .global trap_instruction_33_tl0 |
|
| - | 533 | trap_instruction_33_tl0: |
|
| - | 534 | TRAP_INSTRUCTION 33 |
|
| - | 535 | ||
| - | 536 | /* TT = 0x122, TL = 0, trap_instruction_34 */ |
|
| - | 537 | .org trap_table + TT_TRAP_INSTRUCTION(34)*ENTRY_SIZE |
|
| - | 538 | .global trap_instruction_34_tl0 |
|
| - | 539 | trap_instruction_34_tl0: |
|
| - | 540 | TRAP_INSTRUCTION 34 |
|
| - | 541 | ||
| - | 542 | /* TT = 0x123, TL = 0, trap_instruction_35 */ |
|
| - | 543 | .org trap_table + TT_TRAP_INSTRUCTION(35)*ENTRY_SIZE |
|
| - | 544 | .global trap_instruction_35_tl0 |
|
| - | 545 | trap_instruction_35_tl0: |
|
| - | 546 | TRAP_INSTRUCTION 35 |
|
| - | 547 | ||
| - | 548 | /* TT = 0x124, TL = 0, trap_instruction_36 */ |
|
| - | 549 | .org trap_table + TT_TRAP_INSTRUCTION(36)*ENTRY_SIZE |
|
| - | 550 | .global trap_instruction_36_tl0 |
|
| - | 551 | trap_instruction_36_tl0: |
|
| - | 552 | TRAP_INSTRUCTION 36 |
|
| - | 553 | ||
| - | 554 | /* TT = 0x125, TL = 0, trap_instruction_37 */ |
|
| - | 555 | .org trap_table + TT_TRAP_INSTRUCTION(37)*ENTRY_SIZE |
|
| - | 556 | .global trap_instruction_37_tl0 |
|
| - | 557 | trap_instruction_37_tl0: |
|
| - | 558 | TRAP_INSTRUCTION 37 |
|
| - | 559 | ||
| - | 560 | /* TT = 0x126, TL = 0, trap_instruction_38 */ |
|
| - | 561 | .org trap_table + TT_TRAP_INSTRUCTION(38)*ENTRY_SIZE |
|
| - | 562 | .global trap_instruction_38_tl0 |
|
| - | 563 | trap_instruction_38_tl0: |
|
| - | 564 | TRAP_INSTRUCTION 38 |
|
| - | 565 | ||
| - | 566 | /* TT = 0x127, TL = 0, trap_instruction_39 */ |
|
| - | 567 | .org trap_table + TT_TRAP_INSTRUCTION(39)*ENTRY_SIZE |
|
| - | 568 | .global trap_instruction_39_tl0 |
|
| - | 569 | trap_instruction_39_tl0: |
|
| - | 570 | TRAP_INSTRUCTION 39 |
|
| - | 571 | ||
| - | 572 | /* TT = 0x128, TL = 0, trap_instruction_40 */ |
|
| - | 573 | .org trap_table + TT_TRAP_INSTRUCTION(40)*ENTRY_SIZE |
|
| - | 574 | .global trap_instruction_40_tl0 |
|
| - | 575 | trap_instruction_40_tl0: |
|
| - | 576 | TRAP_INSTRUCTION 40 |
|
| - | 577 | ||
| 524 | /* |
578 | /* |
| 525 | * Handlers for TL>0. |
579 | * Handlers for TL>0. |
| 526 | */ |
580 | */ |
| 527 | 581 | ||
| 528 | /* TT = 0x08, TL > 0, instruction_access_exception */ |
582 | /* TT = 0x08, TL > 0, instruction_access_exception */ |