pub open spec fn frame_to_meta_spec(paddr: Paddr) -> Vaddr
{ (FRAME_METADATA_RANGE.start + (paddr / PAGE_SIZE) * meta_slot_size()) as usize }