Skip to documentation
SLOP

tiny.machine.CheckpointCpuState

Reference tiny.machine CheckpointCpuState

Defined in tiny.machine.

Holds the register state a restarted machine begins from as the CPU state a checkpoint keeps in its material, taken from the kernel manifest's initial-state type.

No direct callersNo direct callstiny.machineCheckpointCpuState
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: lib/machine/src/checkpoint/owner/types.zig:10

zig
/// Holds the register state a restarted machine begins from as the CPU state a/// checkpoint keeps in its material, taken from the kernel manifest's/// initial-state type. The identity check accepts one value here: the exact/// x86-64 restart frame the immutable image descriptor admits.pub const CpuState = os.boot.kernel.manifest.InitialState;

Source: lib/machine/src/root.zig:76

zig
pub const CheckpointCpuState = checkpoint.CpuState;

Also reachable as

checkpoint.CpuState.

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433