source: EcnlProtoTool/trunk/asp3_dcre/arch/arm_gcc/common/core_rename.def

Last change on this file was 429, checked in by coas-nagasima, 4 years ago

ASP3, TINET, mbed を更新

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/plain
File size: 856 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
18
19# core_kernel_impl.c
20excpt_nest_count
21arm_mmu_initialize
22arm_fpu_initialize
23core_initialize
24core_terminate
25xlog_sys
26xlog_fsr
27default_int_handler
28default_exc_handler
29
30# mpcore_kernel_impl.c
31mpcore_initialize
32mpcore_terminate
33
34# mpcore_timer.c
35target_hrt_initialize
36target_hrt_terminate
37target_hrt_handler
38target_ovrtimer_initialize
39target_ovrtimer_terminate
40target_ovrtimer_handler
41
42# gic_kernel_impl.c
43gicc_initialize
44gicc_terminate
45gicd_initialize
46gicd_terminate
47
48# gic_support.S
49irc_begin_int
50irc_end_int
51irc_get_intpri
52irc_begin_exc
53irc_end_exc
54
55# pl310.c
56pl310_initialize
57pl310_disable
58pl310_invalidate_all
59pl310_clean_and_invalidate_all
Note: See TracBrowser for help on using the repository browser.