PatchworkOS  da8a090
A non-POSIX operating system.
Loading...
Searching...
No Matches
syscall_ctx_t Struct Reference

Per thread syscall context. More...

#include <syscall.h>

Collaboration diagram for syscall_ctx_t:

Data Fields

uintptr_t syscallRsp
 The stack pointer to use when handling syscalls.
 
uintptr_t userRsp
 Used to avoid clobbering registers when switching stacks.
 

Detailed Description

Per thread syscall context.

Definition at line 106 of file syscall.h.

Field Documentation

◆ syscallRsp

uintptr_t syscall_ctx_t::syscallRsp

The stack pointer to use when handling syscalls.

Definition at line 108 of file syscall.h.

◆ userRsp

uintptr_t syscall_ctx_t::userRsp

Used to avoid clobbering registers when switching stacks.

Definition at line 109 of file syscall.h.


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