SimpleKernel 1.17.0
Loading...
Searching...
No Matches
syscall.cpp File Reference
#include "syscall.hpp"
#include "interrupt.h"
#include "kernel_log.hpp"
Include dependency graph for syscall.cpp:

Go to the source code of this file.

Functions

auto Syscall (uint64_t, cpu_io::TrapContext *context_ptr) -> void
 AArch64 系统调用处理
 

Function Documentation

◆ Syscall()

auto Syscall ( uint64_t  cause,
cpu_io::TrapContext context_ptr 
) -> void

AArch64 系统调用处理

Todo:

Definition at line 10 of file syscall.cpp.

10 {
12}