Searched refs:syscall_dispatcher (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/private/kernel/
H A Dksyscalls.h50 int32 syscall_dispatcher(uint32 function, void *argBuffer, uint64 *_returnValue);
/haiku/src/system/kernel/arch/arm64/
H A Darch_int.cpp353 syscall_dispatcher(syscall, (void*)args, &frame->x[0]);
/haiku/src/system/kernel/
H A Dsyscalls.cpp195 syscall_dispatcher(uint32 callIndex, void* args, uint64* _returnValue) function
199 // dprintf("syscall_dispatcher: thread 0x%x call 0x%x, arg0 0x%x, arg1 0x%x arg2 0x%x arg3 0x%x arg4 0x%x\n",
208 #include "syscall_dispatcher.h"
216 // dprintf("syscall_dispatcher: done with syscall 0x%x\n", callIndex);
/haiku/src/system/kernel/arch/arm/
H A Darch_int.cpp275 syscall_dispatcher(syscall, (void*)args, &returnValue);
/haiku/src/system/kernel/arch/riscv64/
H A Darch_int.cpp551 syscall_dispatcher(syscall, (void*)args, &returnValue);

Completed in 139 milliseconds