A snapshot of the a frame in the call stack.
More...
#include <cpu.h>
|
| StackFrame * | next |
| | Pointer to the next stack frame (up the call stack)
|
| |
| uintptr_t | rip |
| | The instruction pointer at this frame.
|
| |
A snapshot of the a frame in the call stack.
Definition at line 180 of file cpu.h.
◆ next
Pointer to the next stack frame (up the call stack)
Definition at line 182 of file cpu.h.
◆ rip
| uintptr_t MaxOS::system::StackFrame::rip |
The instruction pointer at this frame.
Definition at line 183 of file cpu.h.
The documentation for this struct was generated from the following file:
- /home/runner/work/MaxOS/MaxOS/kernel/include/system/cpu.h