Searched refs:FUNCTION_END (Results 26 - 50 of 93) sorted by relevance

1234

/haiku/src/system/libroot/posix/arch/m68k/
H A Dsiglongjmp.S27 FUNCTION_END(siglongjmp)
28 FUNCTION_END(longjmp)
29 FUNCTION_END(_longjmp)
H A Dsigsetjmp.S30 FUNCTION_END(__sigsetjmp)
31 FUNCTION_END(sigsetjmp)
44 FUNCTION_END(setjmp)
/haiku/src/system/kernel/arch/x86/32/
H A Dcpuid.S31 FUNCTION_END(get_current_cpuid)
39 FUNCTION_END(get_eflags)
47 FUNCTION_END(set_eflags)
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...]
/haiku/src/system/libroot/posix/arch/arm/
H A Dsigsetjmp.S16 FUNCTION_END(sigsetjmp)
17 FUNCTION_END(__sigsetjmp)
29 FUNCTION_END(setjmp)
/haiku/src/system/libroot/posix/arch/riscv64/
H A Dsiglongjmp.S32 FUNCTION_END(siglongjmp)
33 FUNCTION_END(longjmp)
34 FUNCTION_END(_longjmp)
H A Dsigsetjmp.S30 FUNCTION_END(setjmp)
38 FUNCTION_END(setjmp)
/haiku/src/system/kernel/arch/m68k/
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)
/haiku/src/system/libroot/os/arch/m68k/
H A Datomic.S34 FUNCTION_END(atomic_add)
47 FUNCTION_END(atomic_and)
59 FUNCTION_END(atomic_or)
70 FUNCTION_END(atomic_set)
80 FUNCTION_END(atomic_test_and_set)
92 FUNCTION_END(atomic_get)
119 FUNCTION_END(atomic_add64)
139 FUNCTION_END(atomic_and64)
159 FUNCTION_END(atomic_or64)
177 FUNCTION_END(atomic_set6
[all...]
/haiku/src/system/libroot/posix/arch/arm64/
H A Dsiglongjmp.S30 FUNCTION_END(siglongjmp)
31 FUNCTION_END(longjmp)
32 FUNCTION_END(_longjmp)
/haiku/src/system/libroot/posix/arch/x86_64/
H A Dsigsetjmp.S28 FUNCTION_END(setjmp)
37 FUNCTION_END(setjmp)
/haiku/headers/private/system/arch/arm64/
H A Dasm_defs.h12 #define FUNCTION_END(name) .size name, . - name macro
/haiku/src/system/libroot/os/arch/x86/
H A Datomic.S27 FUNCTION_END(atomic_set)
36 FUNCTION_END(atomic_get_and_set)
48 FUNCTION_END(atomic_test_and_set)
58 FUNCTION_END(atomic_add)
72 FUNCTION_END(atomic_and)
86 FUNCTION_END(atomic_or)
96 FUNCTION_END(atomic_get)
115 FUNCTION_END(atomic_set64)
134 FUNCTION_END(atomic_get_and_set64)
152 FUNCTION_END(atomic_test_and_set6
[all...]
/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)
H A Dsyscalls.inc17 FUNCTION_END(name)
/haiku/src/system/libroot/posix/arch/x86/
H A Dsigsetjmp.S41 FUNCTION_END(sigsetjmp)
59 FUNCTION_END(setjmp)
/haiku/src/system/boot/platform/efi/arch/riscv64/
H A Dentry.S38 FUNCTION_END(arch_enter_kernel)
/haiku/src/system/boot/platform/riscv/
H A Dentry.S38 FUNCTION_END(arch_enter_kernel)
/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/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/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

Completed in 93 milliseconds

1234