pub fn ensure_identity_map_range(phys_base: u64, size: u64)Expand description
Ensure a physical range is mapped in the HHDM region.
Builds a single OffsetPageTable for the entire range instead of
one per page, and emits a single summary log instead of per-page noise.