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

Last change on this file since 270 was 270, checked in by coas-nagasima, 7 years ago

mruby版ECNLプロトタイピング・ツールを追加

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/plain
File size: 704 bytes
RevLine 
[270]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# pl310.c
45pl310_initialize
46pl310_disable
47pl310_invalidate_all
48pl310_clean_and_invalidate_all
49
50# target_kernel_impl.c
51arm_tnum_memory_area
52arm_memory_area
Note: See TracBrowser for help on using the repository browser.