source: asp3_wo_tecs/trunk/arch/arm_gcc/common/core_rename.def@ 302

Last change on this file since 302 was 302, checked in by ertl-honda, 7 years ago

TECSレスのASP3の開発のため以下のtrunkからコピー
http://dev.toppers.jp/svn/asp3/branches/WO_TECS-3.C.0

File size: 610 bytes
Line 
1# kernel_cfg.c
2inh_table
3intcfg_table
4exc_table
5
6# core_support.S
7dispatch
8start_dispatch
9exit_and_dispatch
10call_exit_kernel
11start_r
12irq_handler
13undef_handler
14svc_handler
15pabort_handler
16dabort_handler
17fiq_handler
18current_cpsr
19set_cpsr
20
21# core_kernel_impl.c
22excpt_nest_count
23arm_mmu_initialize
24core_initialize
25core_terminate
26xlog_sys
27xlog_fsr
28default_int_handler
29default_exc_handler
30
31# gic_kernel_impl.c
32gicc_initialize
33gicc_terminate
34gicd_initialize
35gicd_terminate
36
37# gic_support.S
38irc_begin_int
39irc_end_int
40irc_get_intpri
41irc_begin_exc
42irc_end_exc
43
44# target_kernel_impl.c
45arm_tnum_memory_area
46arm_memory_area
Note: See TracBrowser for help on using the repository browser.