Struct hermit::x86_64::kernel::percore::PerCoreInnerVariables [−][src]
pub struct PerCoreInnerVariables { pub tss: PerCoreVariable<*mut TaskStateSegment>, pub kernel_stack: PerCoreVariable<u64>, pub irq_statistics: PerCoreVariable<*mut IrqStatistics>, // some fields omitted }
Fields
tss: PerCoreVariable<*mut TaskStateSegment>
Expand description
Task State Segment (TSS) allocated for this CPU Core.
kernel_stack: PerCoreVariable<u64>
Expand description
start address of the kernel stack
irq_statistics: PerCoreVariable<*mut IrqStatistics>
Expand description
Interface to the interrupt counters