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.
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
Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |