PatchworkOS
Loading...
Searching...
No Matches
syscall_ctx_t Struct Reference

Per thread syscall context. More...

#include <syscalls.h>

Data Fields

uintptr_t kernelRsp
 
uintptr_t userRsp
 

Detailed Description

Per thread syscall context.

Definition at line 62 of file syscalls.h.

Field Documentation

◆ kernelRsp

uintptr_t syscall_ctx_t::kernelRsp

Definition at line 64 of file syscalls.h.

Referenced by syscall_ctx_init().

◆ userRsp

uintptr_t syscall_ctx_t::userRsp

Definition at line 65 of file syscalls.h.

Referenced by syscall_ctx_init().


The documentation for this struct was generated from the following file: