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

Per-CPU Interrupt Context. More...

#include <interrupt.h>

Collaboration diagram for interrupt_ctx_t:

Data Fields

bool inInterrupt
 
uint64_t oldRflags
 
uint32_t disableDepth
 

Detailed Description

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.

Field Documentation

◆ inInterrupt

bool interrupt_ctx_t::inInterrupt

Definition at line 187 of file interrupt.h.

◆ oldRflags

uint64_t interrupt_ctx_t::oldRflags

Definition at line 188 of file interrupt.h.

◆ disableDepth

uint32_t interrupt_ctx_t::disableDepth

Definition at line 189 of file interrupt.h.


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