Searched refs:FUNCTION_END (Results 1 - 25 of 93) sorted by path

1234

/haiku/headers/private/system/arch/arm/
H A Dasm_defs.h16 #define FUNCTION_END(name) 1: .size name, 1b - name macro
/haiku/headers/private/system/arch/m68k/
H A Dasm_defs.h13 #define FUNCTION_END(name) 1: .size name, 1b - name macro
/haiku/headers/private/system/arch/mipsel/
H A Dasm_defs.h13 #define FUNCTION_END(name) 1: .size name, 1b - name macro
/haiku/headers/private/system/arch/riscv64/
H A Dasm_defs.h16 #define FUNCTION_END(name) 1: .size name, 1b - name macro
/haiku/headers/private/system/arch/sparc/
H A Dasm_defs.h16 #define FUNCTION_END(name) 1: .size name, 1b - name macro
/haiku/headers/private/system/arch/x86/
H A Dasm_defs.h13 #define FUNCTION_END(name) 1: .size name, 1b - name macro
/haiku/headers/private/system/arch/x86_64/
H A Dasm_defs.h13 #define FUNCTION_END(name) 1: .size name, 1b - name macro
/haiku/src/bin/debug/ltrace/arch/x86/
H A Darch_ltrace_stub.S37 FUNCTION_END(arch_call_stub_size)
71 FUNCTION_END(arch_init_call_stub)
/haiku/src/bin/debug/ltrace/arch/x86_64/
H A Darch_ltrace_stub.S46 FUNCTION_END(arch_call_stub_size)
72 FUNCTION_END(arch_init_call_stub)
/haiku/src/servers/registrar/
H A DDebug.h62 #define FUNCTION_END() { __out(DEBUG_APP ": %s() done\n",__FUNCTION__); } macro
75 #define FUNCTION_END() ; macro
/haiku/src/system/boot/platform/u-boot/arch/ppc/
H A Darch_start_kernel.S50 FUNCTION_END(arch_start_kernel)
/haiku/src/system/kernel/arch/m68k/
H A Darch_030_asm.S11 FUNCTION_END(flush_insn_pipeline_030)
17 FUNCTION_END(flush_atc_all_030)
24 FUNCTION_END(flush_atc_addr_030)
H A Darch_040_asm.S12 FUNCTION_END(flush_insn_pipeline_040)
18 FUNCTION_END(flush_atc_all_040)
24 FUNCTION_END(flush_atc_user_040)
31 FUNCTION_END(flush_atc_addr_040)
H A Darch_asm.S17 FUNCTION_END(reboot)
24 FUNCTION_END(arch_int_enable_interrupts)
39 FUNCTION_END(arch_int_disable_interrupts)
54 FUNCTION_END(arch_int_restore_interrupts)
66 FUNCTION_END(arch_int_are_interrupts_enabled)
73 FUNCTION_END(dbg_save_registers)
83 FUNCTION_END(get_time_base)
105 FUNCTION_END(m68k_context_switch)
125 FUNCTION_END(m68k_kernel_thread_root)
H A Darch_cpu_asm.S48 FUNCTION_END(m68k_is_hw_register_readable)
78 FUNCTION_END(m68k_is_hw_register_writable)
H A Darch_exceptions.S90 FUNCTION_END(__m68k_exception_noop)
131 FUNCTION_END(__m68k_exception_common)
/haiku/src/system/kernel/arch/x86/32/
H A Darch.S27 FUNCTION_END(x86_fnsave)
34 FUNCTION_END(x86_fxsave)
41 FUNCTION_END(x86_frstor)
48 FUNCTION_END(x86_fxrstor)
54 FUNCTION_END(x86_noop_swap)
63 FUNCTION_END(x86_fnsave_swap)
72 FUNCTION_END(x86_fxsave_swap)
78 FUNCTION_END(x86_get_stack_frame)
85 FUNCTION_END(x86_read_msr)
94 FUNCTION_END(x86_write_ms
[all...]
H A Dcpuid.S31 FUNCTION_END(get_current_cpuid)
39 FUNCTION_END(get_eflags)
47 FUNCTION_END(set_eflags)
H A Dinterrupts.S200 FUNCTION_END(name)
210 FUNCTION_END(name)
243 FUNCTION_END(double_fault)
505 FUNCTION_END(trap14_double_fault)
542 FUNCTION_END(int_bottom)
585 FUNCTION_END(int_bottom_user)
592 FUNCTION_END(trap98)
603 FUNCTION_END(trap99)
672 FUNCTION_END(handle_syscall)
682 FUNCTION_END(do_pre_syscall_debu
[all...]
H A Dsignals_asm.S73 FUNCTION_END(x86_signal_frame_function_beos)
H A Dsyscalls_asm.S17 FUNCTION_END(x86_user_syscall_int)
28 FUNCTION_END(x86_user_syscall_sysenter)
/haiku/src/system/kernel/arch/x86/64/
H A Dsignals_compat_asm.S48 FUNCTION_END(x86_64_signal_handler_compat)
H A Dsyscalls_asm.S22 FUNCTION_END(x86_user_syscall_sysenter)
30 FUNCTION_END(x86_user_syscall_syscall)
/haiku/src/system/kernel/lib/arch/x86/
H A Darch_string.S46 FUNCTION_END(memcpy)
112 FUNCTION_END(memset)
/haiku/src/system/libroot/os/arch/arm/
H A Dbyteorder.S24 FUNCTION_END(__swap_int16)
43 FUNCTION_END(__swap_int32)
58 FUNCTION_END(__swap_int64)
70 FUNCTION_END(__swap_float)
79 FUNCTION_END(__swap_double)

Completed in 158 milliseconds

1234