Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/src/trap/sun4u/trap_table.S

    raef669b ra52e2f4  
    3737.text
    3838
     39#include <abi/asmtool.h>
    3940#include <arch/trap/trap_table.h>
    4041#include <arch/trap/regwin.h>
     
    5556 */
    5657.align TABLE_SIZE
    57 .global trap_table
    58 trap_table:
     58SYMBOL(trap_table)
    5959
    6060/* TT = 0x08, TL = 0, instruction_access_exception */
    6161.org trap_table + TT_INSTRUCTION_ACCESS_EXCEPTION*ENTRY_SIZE
    62 .global instruction_access_exception_tl0
    63 instruction_access_exception_tl0:
     62SYMBOL(instruction_access_exception_tl0)
    6463        wrpr %g0, PSTATE_AG_BIT | PSTATE_PRIV_BIT, %pstate
    6564        mov TT_INSTRUCTION_ACCESS_EXCEPTION, %g2
     
    6968/* TT = 0x0a, TL = 0, instruction_access_error */
    7069.org trap_table + TT_INSTRUCTION_ACCESS_ERROR*ENTRY_SIZE
    71 .global instruction_access_error_tl0
    72 instruction_access_error_tl0:
     70SYMBOL(instruction_access_error_tl0)
    7371        mov TT_INSTRUCTION_ACCESS_ERROR, %g2
    7472        clr %g5
     
    7775/* TT = 0x10, TL = 0, illegal_instruction */
    7876.org trap_table + TT_ILLEGAL_INSTRUCTION*ENTRY_SIZE
    79 .global illegal_instruction_tl0
    80 illegal_instruction_tl0:
     77SYMBOL(illegal_instruction_tl0)
    8178        mov TT_ILLEGAL_INSTRUCTION, %g2
    8279        clr %g5
     
    8582/* TT = 0x11, TL = 0, privileged_opcode */
    8683.org trap_table + TT_PRIVILEGED_OPCODE*ENTRY_SIZE
    87 .global privileged_opcode_tl0
    88 privileged_opcode_tl0:
     84SYMBOL(privileged_opcode_tl0)
    8985        mov TT_PRIVILEGED_OPCODE, %g2
    9086        clr %g5
     
    9389/* TT = 0x12, TL = 0, unimplemented_LDD */
    9490.org trap_table + TT_UNIMPLEMENTED_LDD*ENTRY_SIZE
    95 .global unimplemented_LDD_tl0
    96 unimplemented_LDD_tl0:
     91SYMBOL(unimplemented_LDD_tl0)
    9792        mov TT_UNIMPLEMENTED_LDD, %g2
    9893        clr %g5
     
    10196/* TT = 0x13, TL = 0, unimplemented_STD */
    10297.org trap_table + TT_UNIMPLEMENTED_STD*ENTRY_SIZE
    103 .global unimplemented_STD_tl0
    104 unimplemented_STD_tl0:
     98SYMBOL(unimplemented_STD_tl0)
    10599        mov TT_UNIMPLEMENTED_STD, %g2
    106100        clr %g5
     
    109103/* TT = 0x20, TL = 0, fb_disabled handler */
    110104.org trap_table + TT_FP_DISABLED*ENTRY_SIZE
    111 .global fb_disabled_tl0
    112 fp_disabled_tl0:
     105SYMBOL(fp_disabled_tl0)
    113106        mov TT_FP_DISABLED, %g2
    114107        clr %g5
     
    117110/* TT = 0x21, TL = 0, fb_exception_ieee_754 handler */
    118111.org trap_table + TT_FP_EXCEPTION_IEEE_754*ENTRY_SIZE
    119 .global fb_exception_ieee_754_tl0
    120 fp_exception_ieee_754_tl0:
     112SYMBOL(fp_exception_ieee_754_tl0)
    121113        mov TT_FP_EXCEPTION_IEEE_754, %g2
    122114        clr %g5
     
    125117/* TT = 0x22, TL = 0, fb_exception_other handler */
    126118.org trap_table + TT_FP_EXCEPTION_OTHER*ENTRY_SIZE
    127 .global fb_exception_other_tl0
    128 fp_exception_other_tl0:
     119SYMBOL(fp_exception_other_tl0)
    129120        mov TT_FP_EXCEPTION_OTHER, %g2
    130121        clr %g5
     
    133124/* TT = 0x23, TL = 0, tag_overflow */
    134125.org trap_table + TT_TAG_OVERFLOW*ENTRY_SIZE
    135 .global tag_overflow_tl0
    136 tag_overflow_tl0:
     126SYMBOL(tag_overflow_tl0)
    137127        mov TT_TAG_OVERFLOW, %g2
    138128        clr %g5
     
    141131/* TT = 0x24, TL = 0, clean_window handler */
    142132.org trap_table + TT_CLEAN_WINDOW*ENTRY_SIZE
    143 .global clean_window_tl0
    144 clean_window_tl0:
     133SYMBOL(clean_window_tl0)
    145134        CLEAN_WINDOW_HANDLER
    146135
    147136/* TT = 0x28, TL = 0, division_by_zero */
    148137.org trap_table + TT_DIVISION_BY_ZERO*ENTRY_SIZE
    149 .global division_by_zero_tl0
    150 division_by_zero_tl0:
     138SYMBOL(division_by_zero_tl0)
    151139        mov TT_DIVISION_BY_ZERO, %g2
    152140        clr %g5
     
    155143/* TT = 0x30, TL = 0, data_access_exception */
    156144.org trap_table + TT_DATA_ACCESS_EXCEPTION*ENTRY_SIZE
    157 .global data_access_exception_tl0
    158 data_access_exception_tl0:
     145SYMBOL(data_access_exception_tl0)
    159146        wrpr %g0, PSTATE_AG_BIT | PSTATE_PRIV_BIT, %pstate
    160147        mov TT_DATA_ACCESS_EXCEPTION, %g2
     
    164151/* TT = 0x32, TL = 0, data_access_error */
    165152.org trap_table + TT_DATA_ACCESS_ERROR*ENTRY_SIZE
    166 .global data_access_error_tl0
    167 data_access_error_tl0:
     153SYMBOL(data_access_error_tl0)
    168154        mov TT_DATA_ACCESS_ERROR, %g2
    169155        clr %g5
     
    172158/* TT = 0x34, TL = 0, mem_address_not_aligned */
    173159.org trap_table + TT_MEM_ADDRESS_NOT_ALIGNED*ENTRY_SIZE
    174 .global mem_address_not_aligned_tl0
    175 mem_address_not_aligned_tl0:
     160SYMBOL(mem_address_not_aligned_tl0)
    176161        mov TT_MEM_ADDRESS_NOT_ALIGNED, %g2
    177162        clr %g5
     
    180165/* TT = 0x35, TL = 0, LDDF_mem_address_not_aligned */
    181166.org trap_table + TT_LDDF_MEM_ADDRESS_NOT_ALIGNED*ENTRY_SIZE
    182 .global LDDF_mem_address_not_aligned_tl0
    183 LDDF_mem_address_not_aligned_tl0:
     167SYMBOL(LDDF_mem_address_not_aligned_tl0)
    184168        mov TT_LDDF_MEM_ADDRESS_NOT_ALIGNED, %g2
    185169        clr %g5
     
    188172/* TT = 0x36, TL = 0, STDF_mem_address_not_aligned */
    189173.org trap_table + TT_STDF_MEM_ADDRESS_NOT_ALIGNED*ENTRY_SIZE
    190 .global STDF_mem_address_not_aligned_tl0
    191 STDF_mem_address_not_aligned_tl0:
     174SYMBOL(STDF_mem_address_not_aligned_tl0)
    192175        mov TT_STDF_MEM_ADDRESS_NOT_ALIGNED, %g2
    193176        clr %g5
     
    196179/* TT = 0x37, TL = 0, privileged_action */
    197180.org trap_table + TT_PRIVILEGED_ACTION*ENTRY_SIZE
    198 .global privileged_action_tl0
    199 privileged_action_tl0:
     181SYMBOL(privileged_action_tl0)
    200182        mov TT_PRIVILEGED_ACTION, %g2
    201183        clr %g5
     
    204186/* TT = 0x38, TL = 0, LDQF_mem_address_not_aligned */
    205187.org trap_table + TT_LDQF_MEM_ADDRESS_NOT_ALIGNED*ENTRY_SIZE
    206 .global LDQF_mem_address_not_aligned_tl0
    207 LDQF_mem_address_not_aligned_tl0:
     188SYMBOL(LDQF_mem_address_not_aligned_tl0)
    208189        mov TT_LDQF_MEM_ADDRESS_NOT_ALIGNED, %g2
    209190        clr %g5
     
    212193/* TT = 0x39, TL = 0, STQF_mem_address_not_aligned */
    213194.org trap_table + TT_STQF_MEM_ADDRESS_NOT_ALIGNED*ENTRY_SIZE
    214 .global STQF_mem_address_not_aligned_tl0
    215 STQF_mem_address_not_aligned_tl0:
     195SYMBOL(STQF_mem_address_not_aligned_tl0)
    216196        mov TT_STQF_MEM_ADDRESS_NOT_ALIGNED, %g2
    217197        clr %g5
     
    220200/* TT = 0x41, TL = 0, interrupt_level_1 handler */
    221201.org trap_table + TT_INTERRUPT_LEVEL_1*ENTRY_SIZE
    222 .global interrupt_level_1_handler_tl0
    223 interrupt_level_1_handler_tl0:
     202SYMBOL(interrupt_level_1_handler_tl0)
    224203        mov TT_INTERRUPT_LEVEL_1, %g2
    225204        clr %g5
     
    228207/* TT = 0x42, TL = 0, interrupt_level_2 handler */
    229208.org trap_table + TT_INTERRUPT_LEVEL_2*ENTRY_SIZE
    230 .global interrupt_level_2_handler_tl0
    231 interrupt_level_2_handler_tl0:
     209SYMBOL(interrupt_level_2_handler_tl0)
    232210        mov TT_INTERRUPT_LEVEL_2, %g2
    233211        clr %g5
     
    236214/* TT = 0x43, TL = 0, interrupt_level_3 handler */
    237215.org trap_table + TT_INTERRUPT_LEVEL_3*ENTRY_SIZE
    238 .global interrupt_level_3_handler_tl0
    239 interrupt_level_3_handler_tl0:
     216SYMBOL(interrupt_level_3_handler_tl0)
    240217        mov TT_INTERRUPT_LEVEL_3, %g2
    241218        clr %g5
     
    244221/* TT = 0x44, TL = 0, interrupt_level_4 handler */
    245222.org trap_table + TT_INTERRUPT_LEVEL_4*ENTRY_SIZE
    246 .global interrupt_level_4_handler_tl0
    247 interrupt_level_4_handler_tl0:
     223SYMBOL(interrupt_level_4_handler_tl0)
    248224        mov TT_INTERRUPT_LEVEL_4, %g2
    249225        clr %g5
     
    252228/* TT = 0x45, TL = 0, interrupt_level_5 handler */
    253229.org trap_table + TT_INTERRUPT_LEVEL_5*ENTRY_SIZE
    254 .global interrupt_level_5_handler_tl0
    255 interrupt_level_5_handler_tl0:
     230SYMBOL(interrupt_level_5_handler_tl0)
    256231        mov TT_INTERRUPT_LEVEL_5, %g2
    257232        clr %g5
     
    260235/* TT = 0x46, TL = 0, interrupt_level_6 handler */
    261236.org trap_table + TT_INTERRUPT_LEVEL_6*ENTRY_SIZE
    262 .global interrupt_level_6_handler_tl0
    263 interrupt_level_6_handler_tl0:
     237SYMBOL(interrupt_level_6_handler_tl0)
    264238        mov TT_INTERRUPT_LEVEL_6, %g2
    265239        clr %g5
     
    268242/* TT = 0x47, TL = 0, interrupt_level_7 handler */
    269243.org trap_table + TT_INTERRUPT_LEVEL_7*ENTRY_SIZE
    270 .global interrupt_level_7_handler_tl0
    271 interrupt_level_7_handler_tl0:
     244SYMBOL(interrupt_level_7_handler_tl0)
    272245        mov TT_INTERRUPT_LEVEL_7, %g2
    273246        clr %g5
     
    276249/* TT = 0x48, TL = 0, interrupt_level_8 handler */
    277250.org trap_table + TT_INTERRUPT_LEVEL_8*ENTRY_SIZE
    278 .global interrupt_level_8_handler_tl0
    279 interrupt_level_8_handler_tl0:
     251SYMBOL(interrupt_level_8_handler_tl0)
    280252        mov TT_INTERRUPT_LEVEL_8, %g2
    281253        clr %g5
     
    284256/* TT = 0x49, TL = 0, interrupt_level_9 handler */
    285257.org trap_table + TT_INTERRUPT_LEVEL_9*ENTRY_SIZE
    286 .global interrupt_level_9_handler_tl0
    287 interrupt_level_9_handler_tl0:
     258SYMBOL(interrupt_level_9_handler_tl0)
    288259        mov TT_INTERRUPT_LEVEL_9, %g2
    289260        clr %g5
     
    292263/* TT = 0x4a, TL = 0, interrupt_level_10 handler */
    293264.org trap_table + TT_INTERRUPT_LEVEL_10*ENTRY_SIZE
    294 .global interrupt_level_10_handler_tl0
    295 interrupt_level_10_handler_tl0:
     265SYMBOL(interrupt_level_10_handler_tl0)
    296266        mov TT_INTERRUPT_LEVEL_10, %g2
    297267        clr %g5
     
    300270/* TT = 0x4b, TL = 0, interrupt_level_11 handler */
    301271.org trap_table + TT_INTERRUPT_LEVEL_11*ENTRY_SIZE
    302 .global interrupt_level_11_handler_tl0
    303 interrupt_level_11_handler_tl0:
     272SYMBOL(interrupt_level_11_handler_tl0)
    304273        mov TT_INTERRUPT_LEVEL_11, %g2
    305274        clr %g5
     
    308277/* TT = 0x4c, TL = 0, interrupt_level_12 handler */
    309278.org trap_table + TT_INTERRUPT_LEVEL_12*ENTRY_SIZE
    310 .global interrupt_level_12_handler_tl0
    311 interrupt_level_12_handler_tl0:
     279SYMBOL(interrupt_level_12_handler_tl0)
    312280        mov TT_INTERRUPT_LEVEL_12, %g2
    313281        clr %g5
     
    316284/* TT = 0x4d, TL = 0, interrupt_level_13 handler */
    317285.org trap_table + TT_INTERRUPT_LEVEL_13*ENTRY_SIZE
    318 .global interrupt_level_13_handler_tl0
    319 interrupt_level_13_handler_tl0:
     286SYMBOL(interrupt_level_13_handler_tl0)
    320287        mov TT_INTERRUPT_LEVEL_13, %g2
    321288        clr %g5
     
    324291/* TT = 0x4e, TL = 0, interrupt_level_14 handler */
    325292.org trap_table + TT_INTERRUPT_LEVEL_14*ENTRY_SIZE
    326 .global interrupt_level_14_handler_tl0
    327 interrupt_level_14_handler_tl0:
     293SYMBOL(interrupt_level_14_handler_tl0)
    328294        mov TT_INTERRUPT_LEVEL_14, %g2
    329295        clr %g5
     
    332298/* TT = 0x4f, TL = 0, interrupt_level_15 handler */
    333299.org trap_table + TT_INTERRUPT_LEVEL_15*ENTRY_SIZE
    334 .global interrupt_level_15_handler_tl0
    335 interrupt_level_15_handler_tl0:
     300SYMBOL(interrupt_level_15_handler_tl0)
    336301        mov TT_INTERRUPT_LEVEL_15, %g2
    337302        clr %g5
     
    340305/* TT = 0x60, TL = 0, interrupt_vector_trap handler */
    341306.org trap_table + TT_INTERRUPT_VECTOR_TRAP*ENTRY_SIZE
    342 .global interrupt_vector_trap_handler_tl0
    343 interrupt_vector_trap_handler_tl0:
     307SYMBOL(interrupt_vector_trap_handler_tl0)
    344308        mov TT_INTERRUPT_VECTOR_TRAP, %g2
    345309        clr %g5
     
    348312/* TT = 0x64, TL = 0, fast_instruction_access_MMU_miss */
    349313.org trap_table + TT_FAST_INSTRUCTION_ACCESS_MMU_MISS*ENTRY_SIZE
    350 .global fast_instruction_access_mmu_miss_handler_tl0
    351 fast_instruction_access_mmu_miss_handler_tl0:
     314SYMBOL(fast_instruction_access_mmu_miss_handler_tl0)
    352315        FAST_INSTRUCTION_ACCESS_MMU_MISS_HANDLER
    353316
    354317/* TT = 0x68, TL = 0, fast_data_access_MMU_miss */
    355318.org trap_table + TT_FAST_DATA_ACCESS_MMU_MISS*ENTRY_SIZE
    356 .global fast_data_access_mmu_miss_handler_tl0
    357 fast_data_access_mmu_miss_handler_tl0:
     319SYMBOL(fast_data_access_mmu_miss_handler_tl0)
    358320        FAST_DATA_ACCESS_MMU_MISS_HANDLER 0
    359321
    360322/* TT = 0x6c, TL = 0, fast_data_access_protection */
    361323.org trap_table + TT_FAST_DATA_ACCESS_PROTECTION*ENTRY_SIZE
    362 .global fast_data_access_protection_handler_tl0
    363 fast_data_access_protection_handler_tl0:
     324SYMBOL(fast_data_access_protection_handler_tl0)
    364325        FAST_DATA_ACCESS_PROTECTION_HANDLER 0
    365326
    366327/* TT = 0x80, TL = 0, spill_0_normal handler */
    367328.org trap_table + TT_SPILL_0_NORMAL*ENTRY_SIZE
    368 .global spill_0_normal_tl0
    369 spill_0_normal_tl0:
     329SYMBOL(spill_0_normal_tl0)
    370330        SPILL_NORMAL_HANDLER_KERNEL
    371331
    372332/* TT = 0x84, TL = 0, spill_1_normal handler */
    373333.org trap_table + TT_SPILL_1_NORMAL*ENTRY_SIZE
    374 .global spill_1_normal_tl0
    375 spill_1_normal_tl0:
     334SYMBOL(spill_1_normal_tl0)
    376335        SPILL_NORMAL_HANDLER_USERSPACE
    377336
    378337/* TT = 0x88, TL = 0, spill_2_normal handler */
    379338.org trap_table + TT_SPILL_2_NORMAL*ENTRY_SIZE
    380 .global spill_2_normal_tl0
    381 spill_2_normal_tl0:
     339SYMBOL(spill_2_normal_tl0)
    382340        SPILL_TO_USPACE_WINDOW_BUFFER
    383341
    384342/* TT = 0xa0, TL = 0, spill_0_other handler */
    385343.org trap_table + TT_SPILL_0_OTHER*ENTRY_SIZE
    386 .global spill_0_other_tl0
    387 spill_0_other_tl0:
     344SYMBOL(spill_0_other_tl0)
    388345        SPILL_TO_USPACE_WINDOW_BUFFER
    389346
    390347/* TT = 0xc0, TL = 0, fill_0_normal handler */
    391348.org trap_table + TT_FILL_0_NORMAL*ENTRY_SIZE
    392 .global fill_0_normal_tl0
    393 fill_0_normal_tl0:
     349SYMBOL(fill_0_normal_tl0)
    394350        FILL_NORMAL_HANDLER_KERNEL
    395351
    396352/* TT = 0xc4, TL = 0, fill_1_normal handler */
    397353.org trap_table + TT_FILL_1_NORMAL*ENTRY_SIZE
    398 .global fill_1_normal_tl0
    399 fill_1_normal_tl0:
     354SYMBOL(fill_1_normal_tl0)
    400355        FILL_NORMAL_HANDLER_USERSPACE
    401356
     
    410365    127
    411366.org trap_table + (TT_TRAP_INSTRUCTION_0+\cur)*ENTRY_SIZE
    412 .global trap_instruction_\cur\()_tl0
    413 trap_instruction_\cur\()_tl0:
     367SYMBOL(trap_instruction_\cur\()_tl0)
    414368        mov \cur, %g2
    415369        ba %xcc, trap_instruction_handler
     
    423377/* TT = 0x08, TL > 0, instruction_access_exception */
    424378.org trap_table + (TT_INSTRUCTION_ACCESS_EXCEPTION+512)*ENTRY_SIZE
    425 .global instruction_access_exception_tl1
    426 instruction_access_exception_tl1:
     379SYMBOL(instruction_access_exception_tl1)
    427380        wrpr %g0, 1, %tl
    428381        wrpr %g0, PSTATE_AG_BIT | PSTATE_PRIV_BIT, %pstate
     
    433386/* TT = 0x0a, TL > 0, instruction_access_error */
    434387.org trap_table + (TT_INSTRUCTION_ACCESS_ERROR+512)*ENTRY_SIZE
    435 .global instruction_access_error_tl1
    436 instruction_access_error_tl1:
     388SYMBOL(instruction_access_error_tl1)
    437389        wrpr %g0, 1, %tl
    438390        mov TT_INSTRUCTION_ACCESS_ERROR, %g2
     
    442394/* TT = 0x10, TL > 0, illegal_instruction */
    443395.org trap_table + (TT_ILLEGAL_INSTRUCTION+512)*ENTRY_SIZE
    444 .global illegal_instruction_tl1
    445 illegal_instruction_tl1:
     396SYMBOL(illegal_instruction_tl1)
    446397        wrpr %g0, 1, %tl
    447398        mov TT_ILLEGAL_INSTRUCTION, %g2
     
    451402/* TT = 0x24, TL > 0, clean_window handler */
    452403.org trap_table + (TT_CLEAN_WINDOW+512)*ENTRY_SIZE
    453 .global clean_window_tl1
    454 clean_window_tl1:
     404SYMBOL(clean_window_tl1)
    455405        CLEAN_WINDOW_HANDLER
    456406
    457407/* TT = 0x28, TL > 0, division_by_zero */
    458408.org trap_table + (TT_DIVISION_BY_ZERO+512)*ENTRY_SIZE
    459 .global division_by_zero_tl1
    460 division_by_zero_tl1:
     409SYMBOL(division_by_zero_tl1)
    461410        wrpr %g0, 1, %tl
    462411        mov TT_DIVISION_BY_ZERO, %g2
     
    466415/* TT = 0x30, TL > 0, data_access_exception */
    467416.org trap_table + (TT_DATA_ACCESS_EXCEPTION+512)*ENTRY_SIZE
    468 .global data_access_exception_tl1
    469 data_access_exception_tl1:
     417SYMBOL(data_access_exception_tl1)
    470418        wrpr %g0, 1, %tl
    471419        wrpr %g0, PSTATE_AG_BIT | PSTATE_PRIV_BIT, %pstate
     
    476424/* TT = 0x32, TL > 0, data_access_error */
    477425.org trap_table + (TT_DATA_ACCESS_ERROR+512)*ENTRY_SIZE
    478 .global data_access_error_tl1
    479 data_access_error_tl1:
     426SYMBOL(data_access_error_tl1)
    480427        wrpr %g0, 1, %tl
    481428        mov TT_DATA_ACCESS_ERROR, %g2
     
    485432/* TT = 0x34, TL > 0, mem_address_not_aligned */
    486433.org trap_table + (TT_MEM_ADDRESS_NOT_ALIGNED+512)*ENTRY_SIZE
    487 .global mem_address_not_aligned_tl1
    488 mem_address_not_aligned_tl1:
     434SYMBOL(mem_address_not_aligned_tl1)
    489435        wrpr %g0, 1, %tl
    490436        mov TT_MEM_ADDRESS_NOT_ALIGNED, %g2
     
    494440/* TT = 0x68, TL > 0, fast_data_access_MMU_miss */
    495441.org trap_table + (TT_FAST_DATA_ACCESS_MMU_MISS+512)*ENTRY_SIZE
    496 .global fast_data_access_mmu_miss_handler_tl1
    497 fast_data_access_mmu_miss_handler_tl1:
     442SYMBOL(fast_data_access_mmu_miss_handler_tl1)
    498443        FAST_DATA_ACCESS_MMU_MISS_HANDLER 1
    499444
    500445/* TT = 0x6c, TL > 0, fast_data_access_protection */
    501446.org trap_table + (TT_FAST_DATA_ACCESS_PROTECTION+512)*ENTRY_SIZE
    502 .global fast_data_access_protection_handler_tl1
    503 fast_data_access_protection_handler_tl1:
     447SYMBOL(fast_data_access_protection_handler_tl1)
    504448        FAST_DATA_ACCESS_PROTECTION_HANDLER 1
    505449
    506450/* TT = 0x80, TL > 0, spill_0_normal handler */
    507451.org trap_table + (TT_SPILL_0_NORMAL+512)*ENTRY_SIZE
    508 .global spill_0_normal_tl1
    509 spill_0_normal_tl1:
     452SYMBOL(spill_0_normal_tl1)
    510453        SPILL_NORMAL_HANDLER_KERNEL
    511454
    512455/* TT = 0x88, TL > 0, spill_2_normal handler */
    513456.org trap_table + (TT_SPILL_2_NORMAL+512)*ENTRY_SIZE
    514 .global spill_2_normal_tl1
    515 spill_2_normal_tl1:
     457SYMBOL(spill_2_normal_tl1)
    516458        SPILL_TO_USPACE_WINDOW_BUFFER
    517459
    518460/* TT = 0xa0, TL > 0, spill_0_other handler */
    519461.org trap_table + (TT_SPILL_0_OTHER+512)*ENTRY_SIZE
    520 .global spill_0_other_tl1
    521 spill_0_other_tl1:
     462SYMBOL(spill_0_other_tl1)
    522463        SPILL_TO_USPACE_WINDOW_BUFFER
    523464
    524465/* TT = 0xc0, TL > 0, fill_0_normal handler */
    525466.org trap_table + (TT_FILL_0_NORMAL+512)*ENTRY_SIZE
    526 .global fill_0_normal_tl1
    527 fill_0_normal_tl1:
     467SYMBOL(fill_0_normal_tl1)
    528468        FILL_NORMAL_HANDLER_KERNEL
    529469
     
    914854.endm
    915855
    916 .global preemptible_handler
    917 preemptible_handler:
     856SYMBOL(preemptible_handler)
    918857        PREEMPTIBLE_HANDLER_TEMPLATE 0
    919858
    920 .global trap_instruction_handler
    921 trap_instruction_handler:
     859SYMBOL(trap_instruction_handler)
    922860        PREEMPTIBLE_HANDLER_TEMPLATE 1
Note: See TracChangeset for help on using the changeset viewer.