Module mapping

Source
Expand description

The metadata of each physical page is linear mapped to fixed virtual addresses in FRAME_METADATA_RANGE.

Functionsยง

frame_to_meta ๐Ÿ”’
Converts a physical address of a base frame to the virtual address of the metadata slot.
meta_to_frame ๐Ÿ”’
Converts a virtual address of the metadata slot to the physical address of the frame.