MOS Source Code
Loading...
Searching...
No Matches
dispatcher.h File Reference
#include <mos/filesystem/fs_types.h>
#include <mos/io/io_types.h>
#include <mos/mos_global.h>
#include <mos/tasks/signal_types.h>
#include <mos/types.h>
#include <sys/poll.h>
#include <sys/select.h>
#include <sys/uio.h>
#include <mos/syscall/decl.h>
#include <mos/syscall/number.h>
#include "mos/syslog/printk.h"
+ Include dependency graph for dispatcher.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

should_inline reg_t dispatch_syscall (const reg_t number, reg_t arg1, reg_t arg2, reg_t arg3, reg_t arg4, reg_t arg5, reg_t arg6)
 

Function Documentation

◆ dispatch_syscall()

should_inline reg_t dispatch_syscall ( const reg_t number,
reg_t arg1,
reg_t arg2,
reg_t arg3,
reg_t arg4,
reg_t arg5,
reg_t arg6 )

Definition at line 23 of file dispatcher.h.

Referenced by ksyscall_enter().