MCPcopy Create free account
hub / github.com/64/solstice / InterruptStackFrame

Class InterruptStackFrame

x86_64/src/structures/idt.rs:658–660  ·  view source on GitHub ↗

Wrapper type for the interrupt stack frame pushed by the CPU. This type derefs to an [`InterruptStackFrameValue`], which allows reading the actual values. This wrapper type ensures that no accidental modification of the interrupt stack frame occurs, which can cause undefined behavior (see the [`as_mut`](InterruptStackFrame::as_mut) method for more information).

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected