Searched refs:FUNCTION_END (Results 51 - 75 of 93) sorted by relevance

1234

/haiku/headers/private/system/arch/ppc/
H A Dasm_defs.h13 #define FUNCTION_END(name) 1: .size name, 1b - name macro
/haiku/src/system/kernel/arch/ppc/
H A Darch_asm.S20 FUNCTION_END(reboot)
34 FUNCTION_END(arch_int_enable_interrupts)
50 FUNCTION_END(arch_int_disable_interrupts)
65 FUNCTION_END(arch_int_restore_interrupts)
74 FUNCTION_END(arch_int_are_interrupts_enabled)
80 FUNCTION_END(dbg_save_registers)
91 FUNCTION_END(get_time_base)
113 FUNCTION_END(getibats)
144 FUNCTION_END(setibats)
166 FUNCTION_END(getdbat
[all...]
/haiku/src/system/kernel/arch/arm/
H A Darch_asm.S32 FUNCTION_END(arch_int_enable_interrupts)
41 FUNCTION_END(arch_int_disable_interrupts)
52 FUNCTION_END(arch_int_restore_interrupts)
63 FUNCTION_END(arch_int_are_interrupts_enabled)
74 FUNCTION_END(arm_context_switch)
84 FUNCTION_END(arm_save_fpu)
94 FUNCTION_END(arm_restore_fpu)
133 FUNCTION_END(_arch_cpu_user_memcpy)
172 FUNCTION_END(_arch_cpu_user_memset)
203 FUNCTION_END(_arch_cpu_user_strlcp
[all...]
H A Darch_exceptions.S167 FUNCTION_END(arm_undefined)
179 FUNCTION_END(arm_syscall)
196 FUNCTION_END(arm_prefetch_abort)
213 FUNCTION_END(arm_data_abort)
218 FUNCTION_END(arm_reserved)
231 FUNCTION_END(arm_irq)
244 FUNCTION_END(arm_fiq)
283 FUNCTION_END(arm_vector_init)
/haiku/src/system/libroot/posix/string/arch/m68k/
H A Darch_string.S28 FUNCTION_END(memcpy)
/haiku/src/system/libroot/os/arch/m68k/
H A Dbyteorder.S23 FUNCTION_END(__swap_float)
47 FUNCTION_END(__swap_double)
/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/system/kernel/arch/m68k/
H A Darch_exceptions.S90 FUNCTION_END(__m68k_exception_noop)
131 FUNCTION_END(__m68k_exception_common)
H A Darch_cpu_asm.S48 FUNCTION_END(m68k_is_hw_register_readable)
78 FUNCTION_END(m68k_is_hw_register_writable)
/haiku/src/system/libroot/posix/arch/x86/
H A Dsiglongjmp.S39 FUNCTION_END(siglongjmp)
/haiku/src/system/libroot/posix/arch/x86_64/
H A Dsiglongjmp.S29 FUNCTION_END(siglongjmp)
/haiku/src/system/boot/platform/u-boot/arch/ppc/
H A Darch_start_kernel.S50 FUNCTION_END(arch_start_kernel)
/haiku/src/system/libroot/os/arch/x86/
H A Dsyscalls.inc27 FUNCTION_END(name)
H A Dsystem_time_asm.S29 FUNCTION_END(__x86_setup_system_time)
53 FUNCTION_END(system_time)
128 FUNCTION_END(system_time_nsecs)
/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/kernel/arch/riscv64/
H A Darch_asm.S17 FUNCTION_END(MSyscall)
54 FUNCTION_END(arch_context_switch)
94 FUNCTION_END(save_fpu)
134 FUNCTION_END(restore_fpu)
140 FUNCTION_END(arch_thread_entry)
147 FUNCTION_END(arch_load_user_iframe)
154 FUNCTION_END(arch_user_thread_exit)
/haiku/src/system/kernel/arch/x86/32/
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)
/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/riscv64/
H A Dbyteorder.S39 FUNCTION_END(__swap_float)
66 FUNCTION_END(__swap_double)
/haiku/src/system/boot/platform/efi/arch/arm64/
H A Dcache.S38 FUNCTION_END(_arch_mmu_invalidate_tlb_all)
85 FUNCTION_END(_arch_cache_clean_poc)
/haiku/src/system/boot/platform/efi/arch/arm/
H A Dcache.S78 FUNCTION_END(clean_dcache_all)
87 FUNCTION_END(invalidate_icache_all)
/haiku/src/system/boot/platform/efi/arch/x86/
H A Dentry.S82 FUNCTION_END(arch_enter_kernel)
/haiku/src/system/kernel/arch/arm64/
H A Darch_asm.S14 FUNCTION_END(_thread_exit_syscall)
128 FUNCTION_END(handle_\name)
189 FUNCTION_END(_eret_with_iframe)
220 FUNCTION_END(_fp_save)
251 FUNCTION_END(_fp_restore)
291 FUNCTION_END(_arch_context_swap)
322 FUNCTION_END(arch_debug_call_with_fault_handler)
329 FUNCTION_END(arm64_get_fp)

Completed in 203 milliseconds

1234