|
PatchworkOS
da8a090
A non-POSIX operating system.
|
Per-CPU Interrupt Context. More...
#include <interrupt.h>
Data Fields | |
| bool | inInterrupt |
| uint64_t | oldRflags |
| uint32_t | disableDepth |
Per-CPU Interrupt Context.
Used to manage nested CLI (Clear Interrupt Flag) calls and track interrupt depth.
Definition at line 185 of file interrupt.h.
| bool interrupt_ctx_t::inInterrupt |
Definition at line 187 of file interrupt.h.
| uint64_t interrupt_ctx_t::oldRflags |
Definition at line 188 of file interrupt.h.
| uint32_t interrupt_ctx_t::disableDepth |
Definition at line 189 of file interrupt.h.