Expand description
Guard bits stored in MetaSlot::guard (issue #38 : extensible without touching page bytes).
Distinct from frame_flags::POISONED (logical frame state in flags).
Constantsยง
- KERNEL_
ONLY - Frame must not be exposed as a userspace mapping (kernel / debug).
- NONE
- No guard condition asserted.
- POISONED
- Slot marked poisoned after detected corruption (never recycle blindly).