pub open spec fn meta_to_frame_spec(vaddr: Vaddr) -> Paddr
{ ((vaddr - FRAME_METADATA_RANGE.start) / META_SLOT_SIZE as int * PAGE_SIZE) as usize }