|
PatchworkOS
|
Per thread syscall context. More...
#include <syscalls.h>
Data Fields | |
| uintptr_t | kernelRsp |
| uintptr_t | userRsp |
Per thread syscall context.
Definition at line 62 of file syscalls.h.
| uintptr_t syscall_ctx_t::kernelRsp |
Definition at line 64 of file syscalls.h.
Referenced by syscall_ctx_init().
| uintptr_t syscall_ctx_t::userRsp |
Definition at line 65 of file syscalls.h.
Referenced by syscall_ctx_init().