pub fn alloc_zeroed_frame(pmm: &Pmm, hhdm_offset: u64) -> PhysFrame
Allocate one physical frame from the PMM, zero it, and return it as a [PhysFrame].
PhysFrame
Panics if the PMM is out of memory.