|
Zephyr API Documentation 4.4.0-rc1
A Scalable Open Source RTOS
|
OpenRISC specific syscall header. More...
Go to the source code of this file.
Macros | |
| #define | OR_SYSCALL_RUNTIME_EXCEPT 0 |
| #define | OR_SYSCALL_IRQ_OFFLOAD 1 |
Functions | |
| static uintptr_t | arch_syscall_invoke6 (uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, uintptr_t arg4, uintptr_t arg5, uintptr_t arg6, uintptr_t call_id) |
| static uintptr_t | arch_syscall_invoke5 (uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, uintptr_t arg4, uintptr_t arg5, uintptr_t call_id) |
| static uintptr_t | arch_syscall_invoke4 (uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, uintptr_t arg4, uintptr_t call_id) |
| static uintptr_t | arch_syscall_invoke3 (uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, uintptr_t call_id) |
| static uintptr_t | arch_syscall_invoke2 (uintptr_t arg1, uintptr_t arg2, uintptr_t call_id) |
| static uintptr_t | arch_syscall_invoke1 (uintptr_t arg1, uintptr_t call_id) |
| static uintptr_t | arch_syscall_invoke0 (uintptr_t call_id) |
OpenRISC specific syscall header.
This header contains the OpenRISC specific syscall interface. It is included by the syscall interface architecture-abstraction header (include/arch/syscall.h)
| #define OR_SYSCALL_IRQ_OFFLOAD 1 |
| #define OR_SYSCALL_RUNTIME_EXCEPT 0 |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |