[][src]Module sunrise_kernel::frame_allocator::physical_mem_region

PhysicalMemRegion

A PhysicalMemRegion is a span of consecutive physical frames.

Structs

PhysicalMemRegion

A span of adjacent physical frames. A frame is PAGE_SIZE.

PhysicalMemRegionIter

An iterator over a physical region. Yields the address of each contained frame.