Expand description
Shared helper functions for the VMM.
Authors: MarioS271
Functionsยง
- alloc_
zeroed_ frame - Allocate one physical frame from the PMM, zero it, and return it as a [
PhysFrame]. - invalid_
unmap_ panic - Panic when
unmap_pagehits a page-table level that is not present. - out_
of_ memory_ panic - Panic when the VMM cannot allocate a frame from the PMM.