Searched refs:FUNCTION (Results 51 - 75 of 136) sorted by relevance

123456

/haiku/src/system/libroot/posix/arch/arm64/
H A Dsiglongjmp.S11 FUNCTION(siglongjmp):
12 FUNCTION(longjmp):
13 FUNCTION(_longjmp):
/haiku/src/system/boot/platform/openfirmware/arch/ppc/
H A Darch_start_kernel.S6 #define FUNCTION(x) .global x; .type x,@function; x define
15 FUNCTION(arch_start_kernel):
/haiku/src/system/kernel/arch/x86/32/
H A Darch.S23 FUNCTION(x86_fnsave):
30 FUNCTION(x86_fxsave):
37 FUNCTION(x86_frstor):
44 FUNCTION(x86_fxrstor):
51 FUNCTION(x86_noop_swap):
57 FUNCTION(x86_fnsave_swap):
66 FUNCTION(x86_fxsave_swap):
75 FUNCTION(x86_get_stack_frame):
81 FUNCTION(x86_read_msr):
88 FUNCTION(x86_write_ms
[all...]
/haiku/src/system/libroot/posix/arch/ppc/
H A Dsigsetjmp.S9 FUNCTION(__sigsetjmp):
10 FUNCTION(sigsetjmp):
46 FUNCTION(setjmp):
47 FUNCTION(_setjmp):
H A Dsiglongjmp.S9 FUNCTION(siglongjmp):
10 FUNCTION(longjmp):
11 FUNCTION(_longjmp):
H A Dsetjmp_internal.h45 #define FUNCTION(x) .global x; .type x,@function; x macro
/haiku/src/system/libroot/posix/arch/m68k/
H A Dsigsetjmp.S11 FUNCTION(__sigsetjmp):
12 FUNCTION(sigsetjmp):
35 FUNCTION(setjmp):
36 FUNCTION(_setjmp):
/haiku/headers/private/system/arch/arm64/
H A Dasm_defs.h11 #define FUNCTION(name) .global name; .type name, %function; name macro
/haiku/src/system/libroot/os/arch/x86/
H A Datomic.S20 FUNCTION(atomic_set):
31 FUNCTION(atomic_get_and_set):
41 FUNCTION(atomic_test_and_set):
52 FUNCTION(atomic_add):
62 FUNCTION(atomic_and):
76 FUNCTION(atomic_or):
90 FUNCTION(atomic_get):
100 FUNCTION(atomic_set64):
119 FUNCTION(atomic_get_and_set64):
139 FUNCTION(atomic_test_and_set6
[all...]
/haiku/src/system/libroot/os/arch/arm/
H A Dbyteorder.S12 FUNCTION(__swap_int16):
28 FUNCTION(__swap_int32):
47 FUNCTION(__swap_int64):
67 FUNCTION(__swap_float):
75 FUNCTION(__swap_double):
/haiku/src/system/boot/platform/pxe_ia32/
H A Dpxe_bios.S17 #define FUNCTION(x) .globl x ; x ## : define
38 FUNCTION(call_pxe_bios)
/haiku/src/system/boot/platform/efi/arch/x86_64/
H A Dsupport.S7 #define FUNCTION(x) .global x; .type x,@function; x define
10 FUNCTION(execute_n_instructions):
/haiku/src/system/boot/platform/efi/arch/riscv64/
H A Dentry.S18 FUNCTION(arch_enter_kernel):
/haiku/src/system/boot/platform/riscv/
H A Dentry.S18 FUNCTION(arch_enter_kernel):
/haiku/src/system/boot/platform/efi/arch/x86/
H A Dsupport.S10 #define FUNCTION(x) .global x; .type x,@function; x define
13 FUNCTION(execute_n_instructions):
/haiku/headers/private/system/arch/arm/
H A Dasm_defs.h15 #define FUNCTION(name) .global name; .type name, %function; name macro
/haiku/headers/private/system/arch/m68k/
H A Dasm_defs.h12 #define FUNCTION(name) .global name; .type name, @function; name macro
/haiku/headers/private/system/arch/mipsel/
H A Dasm_defs.h12 #define FUNCTION(name) .global name; .type name, @function; name macro
/haiku/headers/private/system/arch/x86/
H A Dasm_defs.h12 #define FUNCTION(name) .global name; .type name, @function; name macro
/haiku/headers/private/system/arch/x86_64/
H A Dasm_defs.h12 #define FUNCTION(name) .global name; .type name, @function; name macro
/haiku/headers/private/system/arch/riscv64/
H A Dasm_defs.h15 #define FUNCTION(name) .global name; .type name, %function; name macro
/haiku/headers/private/system/arch/sparc/
H A Dasm_defs.h15 #define FUNCTION(name) .global name; .type name, %function; name macro
/haiku/headers/private/system/arch/ppc/
H A Dasm_defs.h12 #define FUNCTION(name) .global name; .type name, @function; name macro
/haiku/src/system/kernel/arch/ppc/
H A Darch_asm.S18 FUNCTION(reboot):
24 FUNCTION(arch_int_enable_interrupts):
40 FUNCTION(arch_int_disable_interrupts):
56 FUNCTION(arch_int_restore_interrupts):
69 FUNCTION(arch_int_are_interrupts_enabled):
78 FUNCTION(dbg_save_registers):
83 FUNCTION(get_time_base):
95 FUNCTION(getibats):
117 FUNCTION(setibats):
148 FUNCTION(getdbat
[all...]
/haiku/src/add-ons/kernel/file_systems/bindfs/
H A Dkernel_interface.cpp65 FUNCTION("fsVolume: %p, device: \"%s\", flags: %#" B_PRIx32 ", "
93 FUNCTION("volume: %p\n", volume);
107 FUNCTION("volume: %p, info: %p\n", volume, info);
141 FUNCTION("volume: %p, dir: %p (%" B_PRIdINO "), entry: \"%s\"\n",
167 FUNCTION("volume: %p, vnid: %" B_PRIdINO "\n", volume, vnid);
194 FUNCTION("volume: %p, node: %p\n", volume, node);
208 FUNCTION("volume: %p, node: %p\n", volume, node);
224 FUNCTION("volume: %p, node: %p\n", volume, node);
247 FUNCTION("volume: %p, node: %p (%" B_PRIdINO "), cookie: %p\n",
263 FUNCTION("volum
[all...]

Completed in 95 milliseconds

123456