Last change
on this file since 93 was 93, checked in by nmir-saito, 8 years ago |
add Combined package of SSP kernel for QB-R5F100LE-TB(RL78 processor)
|
File size:
346 bytes
|
Rev | Line | |
---|
[93] | 1 | # prc_config.c
|
---|
| 2 | lock_flag
|
---|
| 3 | saved_iipm
|
---|
| 4 | intnest
|
---|
| 5 |
|
---|
| 6 | set_exc_int_priority
|
---|
| 7 | enable_exc
|
---|
| 8 | disable_exc
|
---|
| 9 | prc_initialize
|
---|
| 10 | prc_terminate
|
---|
| 11 | x_config_int
|
---|
| 12 | default_exc_handler
|
---|
| 13 | default_int_handler
|
---|
| 14 |
|
---|
| 15 | # prc_support.S
|
---|
| 16 | exc_entry
|
---|
| 17 | int_entry
|
---|
| 18 | ret_exc
|
---|
| 19 | ret_int
|
---|
| 20 | svc_handler
|
---|
| 21 | start_dispatch
|
---|
| 22 | call_exit_kernel
|
---|
| 23 |
|
---|
| 24 | # kernel_cfg.c
|
---|
| 25 | exc_tbl
|
---|
| 26 | bitpat_cfgint
|
---|
| 27 | vector_table
|
---|
Note:
See
TracBrowser
for help on using the repository browser.