MOS Source Code
|
#include "mos/ksyscall_entry.h"
#include "mos/misc/profiling.h"
#include "mos/tasks/signal.h"
#include <mos/syscall/dispatcher.h>
#include <mos/syscall/table.h>
#include <mos/types.h>
#include <mos_stdio.h>
Go to the source code of this file.
Functions | |
reg_t | ksyscall_enter (reg_t number, reg_t arg1, reg_t arg2, reg_t arg3, reg_t arg4, reg_t arg5, reg_t arg6) |
reg_t ksyscall_enter | ( | reg_t | number, |
reg_t | arg1, | ||
reg_t | arg2, | ||
reg_t | arg3, | ||
reg_t | arg4, | ||
reg_t | arg5, | ||
reg_t | arg6 ) |
Definition at line 13 of file ksyscall_entry.c.
Referenced by riscv64_trap_handler(), and x86_interrupt_entry().