pub exec fn frame_to_meta(paddr: Paddr) -> res : VaddrExpand description
requires
paddr % PAGE_SIZE == 0,paddr < MAX_PADDR,ensuresres == frame_to_meta_spec(paddr),res % META_SLOT_SIZE == 0,Converts a physical address of a base frame to the virtual address of the metadata slot.