Searched refs:SYMBOL_NAME (Results 1 – 15 of 15) sorted by relevance
/arch/h8300/kernel/ |
D | syscalls.S | 6 .globl SYMBOL_NAME(sys_call_table) 17 .long SYMBOL_NAME(sys_ni_syscall) /* 0 - old "setup()" system call*/ 18 .long SYMBOL_NAME(sys_exit) 19 .long SYMBOL_NAME(sys_fork) 20 .long SYMBOL_NAME(sys_read) 21 .long SYMBOL_NAME(sys_write) 22 .long SYMBOL_NAME(sys_open) /* 5 */ 23 .long SYMBOL_NAME(sys_close) 24 .long SYMBOL_NAME(sys_waitpid) 25 .long SYMBOL_NAME(sys_creat) [all …]
|
D | entry.S | 90 mov.l sp,@SYMBOL_NAME(sw_usp) 93 mov.l @SYMBOL_NAME(sw_ksp),sp 96 mov.l @SYMBOL_NAME(sw_usp),er0 131 mov.l @SYMBOL_NAME(sw_usp),er0 144 mov.l sp,@SYMBOL_NAME(sw_ksp) 158 .globl SYMBOL_NAME(system_call) 159 .globl SYMBOL_NAME(ret_from_exception) 160 .globl SYMBOL_NAME(ret_from_fork) 161 .globl SYMBOL_NAME(ret_from_interrupt) 162 .globl SYMBOL_NAME(interrupt_redirect_table) [all …]
|
/arch/h8300/platform/h8300h/h8max/ |
D | crt0_ram.S | 25 .global SYMBOL_NAME(_start) 26 .global SYMBOL_NAME(command_line) 27 .global SYMBOL_NAME(_platform_gpio_table) 28 .global SYMBOL_NAME(_target_name) 62 mov.l #SYMBOL_NAME(command_line),er6 68 mov.l #SYMBOL_NAME(init_thread_union),sp 110 jmp @SYMBOL_NAME(_start)
|
/arch/h8300/platform/h8300h/aki3068net/ |
D | crt0_ram.S | 25 .global SYMBOL_NAME(_start) 26 .global SYMBOL_NAME(command_line) 27 .global SYMBOL_NAME(_platform_gpio_table) 28 .global SYMBOL_NAME(_target_name) 62 mov.l #SYMBOL_NAME(command_line),er6 68 mov.l #SYMBOL_NAME(init_thread_union),sp 110 jmp @SYMBOL_NAME(_start)
|
/arch/h8300/platform/h8s/generic/ |
D | crt0_ram.S | 26 .global SYMBOL_NAME(_start) 27 .global SYMBOL_NAME(_command_line) 28 .global SYMBOL_NAME(_platform_gpio_table) 29 .global SYMBOL_NAME(_target_name) 66 mov.l #SYMBOL_NAME(command_line),er6 72 mov.l #SYMBOL_NAME(init_thread_union),sp 127 jmp @SYMBOL_NAME(_start)
|
D | crt0_rom.S | 16 .global SYMBOL_NAME(_start) 17 .global SYMBOL_NAME(_command_line) 18 .global SYMBOL_NAME(_platform_gpio_table) 19 .global SYMBOL_NAME(_target_name) 64 mov.l #SYMBOL_NAME(init_thread_union),sp
|
/arch/h8300/platform/h8s/edosk2674/ |
D | crt0_ram.S | 26 .global SYMBOL_NAME(_start) 27 .global SYMBOL_NAME(_command_line) 28 .global SYMBOL_NAME(_platform_gpio_table) 29 .global SYMBOL_NAME(_target_name) 69 mov.l #SYMBOL_NAME(command_line),er6 75 mov.l #SYMBOL_NAME(init_thread_union),sp 130 jmp @SYMBOL_NAME(_start)
|
D | crt0_rom.S | 16 .global SYMBOL_NAME(_start) 17 .global SYMBOL_NAME(_command_line) 18 .global SYMBOL_NAME(_platform_gpio_table) 19 .global SYMBOL_NAME(_target_name) 85 mov.l #SYMBOL_NAME(_command_line),er6 91 mov.l #SYMBOL_NAME(init_thread_union),sp
|
/arch/h8300/platform/h8300h/generic/ |
D | crt0_ram.S | 25 .global SYMBOL_NAME(_start) 26 .global SYMBOL_NAME(command_line) 27 .global SYMBOL_NAME(_platform_gpio_table) 28 .global SYMBOL_NAME(_target_name) 62 mov.l #SYMBOL_NAME(command_line),er6 68 mov.l #SYMBOL_NAME(init_thread_union),sp
|
D | crt0_rom.S | 15 .global SYMBOL_NAME(_start) 16 .global SYMBOL_NAME(_command_line) 17 .global SYMBOL_NAME(_platform_gpio_table) 18 .global SYMBOL_NAME(_target_name) 63 mov.l #SYMBOL_NAME(_command_line),er6 69 mov.l #SYMBOL_NAME(init_thread_union),sp
|
/arch/h8300/include/asm/ |
D | linkage.h | 5 #undef SYMBOL_NAME 7 #define SYMBOL_NAME(_name_) _##_name_ macro
|
/arch/h8300/lib/ |
D | abs.S | 12 .global SYMBOL_NAME(abs)
|
D | memset.S | 13 .global SYMBOL_NAME(memset)
|
D | memcpy.S | 13 .global SYMBOL_NAME(memcpy)
|
/arch/frv/kernel/ |
D | head.S | 483 #call SYMBOL_NAME(processor_init) 484 #call SYMBOL_NAME(unit_init)
|