Searched refs:FUNCTION (Results 26 - 50 of 136) sorted by relevance

123456

/haiku/src/system/libroot/posix/string/arch/riscv64/
H A Darch_string.S18 FUNCTION(memcpy):
/haiku/src/system/boot/platform/openfirmware/arch/sparc/
H A Darch_start_kernel.S6 #define FUNCTION(x) .global x; .type x,@function; x define
15 FUNCTION(arch_start_kernel):
/haiku/src/system/libroot/posix/arch/riscv64/
H A Dsigsetjmp.S12 FUNCTION(__sigsetjmp):
13 FUNCTION(sigsetjmp):
34 FUNCTION(setjmp):
35 FUNCTION(_setjmp):
H A Dsiglongjmp.S13 FUNCTION(siglongjmp):
14 FUNCTION(longjmp):
15 FUNCTION(_longjmp):
/haiku/src/system/libroot/os/arch/ppc/
H A Dsystem_time_asm.S6 #define FUNCTION(x) .global x; .type x,@function; x define
13 FUNCTION(__ppc_get_time_base):
H A Dbyteorder.S13 FUNCTION(__swap_int16):
23 FUNCTION(__swap_int32):
32 FUNCTION(__swap_int64):
48 FUNCTION(__swap_float):
74 FUNCTION(__swap_double):
/haiku/src/system/libroot/os/arch/x86_64/
H A Dbyteorder.S11 FUNCTION(__swap_int16):
19 FUNCTION(__swap_int32):
26 FUNCTION(__swap_int64):
33 FUNCTION(__swap_float):
45 FUNCTION(__swap_double):
/haiku/src/system/libroot/os/arch/x86/
H A Dbyteorder.S10 FUNCTION(__swap_int16):
20 FUNCTION(__swap_int16_p4):
27 FUNCTION(__swap_int32):
34 FUNCTION(__swap_int64):
43 FUNCTION(__swap_float):
52 FUNCTION(__swap_double):
/haiku/src/system/kernel/arch/x86/64/
H A Darch.S24 FUNCTION(x86_get_stack_frame):
31 FUNCTION(x86_64_thread_entry):
46 FUNCTION(x86_userspace_thread_exit):
59 FUNCTION(x86_reboot):
84 FUNCTION(arch_debug_call_with_fault_handler):
117 FUNCTION(_stac):
121 FUNCTION(_clac):
125 FUNCTION(_xsave):
129 FUNCTION(_xsavec):
133 FUNCTION(_xrsto
[all...]
/haiku/src/system/boot/platform/bios_ia32/
H A Dinterrupts_asm.S17 FUNCTION(interrupt_function##vector): \
26 FUNCTION(interrupt_function##vector): \
40 FUNCTION(exception_interrupt_function##vector): \
H A Dsupport.S7 #define FUNCTION(x) .global x; .type x,@function; x define
10 FUNCTION(execute_n_instructions):
37 FUNCTION(reboot):
/haiku/src/system/libroot/posix/string/arch/x86/
H A Darch_string.S12 FUNCTION(memcpy):
18 FUNCTION(memset):
/haiku/src/system/libroot/posix/arch/x86/
H A Dsigsetjmp.S19 FUNCTION(__sigsetjmp):
20 FUNCTION(sigsetjmp):
45 FUNCTION(setjmp):
46 FUNCTION(_setjmp):
H A Dsiglongjmp.S15 FUNCTION(siglongjmp):
16 FUNCTION(longjmp):
17 FUNCTION(_longjmp):
/haiku/src/system/libroot/os/arch/sparc/
H A Dbyteorder.S16 FUNCTION(__swap_float):
26 FUNCTION(__swap_double):
/haiku/src/system/glue/arch/x86_64/
H A Dcrti.S26 FUNCTION(_init):
37 FUNCTION(_fini):
/haiku/src/system/libroot/os/arch/arm64/
H A Dbyteorder.S12 FUNCTION(__swap_float):
21 FUNCTION(__swap_double):
/haiku/src/system/boot/platform/efi/arch/arm64/
H A Dentry.S18 FUNCTION(arch_enter_kernel):
/haiku/src/system/libroot/os/arch/m68k/
H A Dsystem_time_asm.S13 FUNCTION(__m68k_get_time_base):
H A Datomic.S25 FUNCTION(atomic_add):
38 FUNCTION(atomic_and):
51 FUNCTION(atomic_or):
63 FUNCTION(atomic_set):
74 FUNCTION(atomic_test_and_set):
84 FUNCTION(atomic_get):
102 FUNCTION(atomic_add64):
122 FUNCTION(atomic_and64):
142 FUNCTION(atomic_or64):
162 FUNCTION(atomic_set6
[all...]
/haiku/src/system/libroot/posix/arch/arm64/
H A Dsigsetjmp.S9 FUNCTION(__sigsetjmp):
10 FUNCTION(sigsetjmp):
32 FUNCTION(setjmp):
33 FUNCTION(_setjmp):
/haiku/src/system/libroot/posix/arch/m68k/
H A Dsiglongjmp.S11 FUNCTION(siglongjmp):
12 FUNCTION(longjmp):
13 FUNCTION(_longjmp):
/haiku/src/system/libroot/posix/arch/x86_64/
H A Dsiglongjmp.S10 FUNCTION(siglongjmp):
11 FUNCTION(longjmp):
12 FUNCTION(_longjmp):
/haiku/src/system/kernel/arch/x86/32/
H A Dcpuid.S16 FUNCTION(get_current_cpuid):
35 FUNCTION(get_eflags):
43 FUNCTION(set_eflags):
/haiku/src/system/kernel/arch/m68k/
H A Darch_asm.S14 FUNCTION(reboot):
21 FUNCTION(arch_int_enable_interrupts):
29 FUNCTION(arch_int_disable_interrupts):
44 FUNCTION(arch_int_restore_interrupts):
58 FUNCTION(arch_int_are_interrupts_enabled):
70 FUNCTION(dbg_save_registers):
77 FUNCTION(get_time_base):
89 FUNCTION(m68k_context_switch):
112 FUNCTION(m68k_kernel_thread_root):

Completed in 87 milliseconds

123456