mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-21 19:05:55 +00:00
A quick look at "man syscall" shows that in Linux, all architectures support at least 6 argument system calls, with a few supporting 7. We can at least do 6 in Zephyr. x86 port modified to use EBP register to carry the 6th system call argument. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com> |
||
---|---|---|
.. | ||
include | ||
alert.c | ||
atomic_c.c | ||
compiler_stack_protect.c | ||
device.c | ||
errno.c | ||
idle.c | ||
init.c | ||
int_latency_bench.c | ||
Kconfig | ||
Kconfig.event_logger | ||
Kconfig.power_mgmt | ||
mailbox.c | ||
Makefile | ||
mem_slab.c | ||
mempool.c | ||
msg_q.c | ||
mutex.c | ||
pipes.c | ||
poll.c | ||
pthread.c | ||
queue.c | ||
sched.c | ||
sem.c | ||
stack.c | ||
sys_clock.c | ||
system_work_q.c | ||
thread_abort.c | ||
thread.c | ||
timer.c | ||
userspace.c | ||
version.c | ||
work_q.c |