<noscript><linkrel="stylesheet"href="../../noscript.css"></noscript><linkrel="alternate icon"type="image/png"href="../../favicon-16x16.png"><linkrel="alternate icon"type="image/png"href="../../favicon-32x32.png"><linkrel="icon"type="image/svg+xml"href="../../favicon.svg"></head><bodyclass="rustdoc mod"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><navclass="sidebar"><divclass="sidebar-menu"role="button">☰</div><aclass="sidebar-logo"href="../../os/index.html"><divclass="logo-container"><imgclass="rust-logo"src="../../rust-logo.svg"alt="logo"></div>
</a><h2class="location"><ahref="#">Module mm</a></h2><divclass="sidebar-elems"><divclass="block items"><ul><li><ahref="#modules">Modules</a></li><li><ahref="#functions">Functions</a></li></ul></div><divid="sidebar-vars"data-name="mm"data-ty="mod"data-relpath="./"></div><scriptdefersrc="./sidebar-items.js"></script></div></nav><main><divclass="width-limiter"><divclass="sub-container"><aclass="sub-logo-container"href="../../os/index.html"><imgclass="rust-logo"src="../../rust-logo.svg"alt="logo"></a><navclass="sub"><divclass="theme-picker hidden"><buttonid="theme-picker"aria-label="Pick another theme!"aria-haspopup="menu"title="themes"><imgwidth="18"height="18"alt="Pick another theme!"src="../../brush.svg"></button><divid="theme-choices"role="menu"></div></div><formclass="search-form"><divclass="search-container"><div>
<inputclass="search-input"name="search"autocomplete="off"spellcheck="false"placeholder="Click or press ‘S’ to search, ‘?’ for more options…"type="search"></div><buttontype="button"id="help-button"title="help">?</button><aid="settings-menu"href="../../settings.html"title="settings"><imgwidth="18"height="18"alt="Change settings"src="../../wheel.svg"></a></div></form></nav></div><sectionid="main-content"class="content"><divclass="main-heading">
<divclass="item-table"><divclass="item-row"><divclass="item-left import-item"><code>pub use address::<aclass="struct"href="address/struct.PhysAddr.html"title="struct os::mm::address::PhysAddr">PhysAddr</a>;</code></div><divclass="item-right docblock-short"></div></div><divclass="item-row"><divclass="item-left import-item"><code>pub use address::<aclass="struct"href="address/struct.PhysPageNum.html"title="struct os::mm::address::PhysPageNum">PhysPageNum</a>;</code></div><divclass="item-right docblock-short"></div></div><divclass="item-row"><divclass="item-left import-item"><code>pub use address::<aclass="struct"href="address/struct.VirtAddr.html"title="struct os::mm::address::VirtAddr">VirtAddr</a>;</code></div><divclass="item-right docblock-short"></div></div><divclass="item-row"><divclass="item-left import-item"><code>pub use address::<aclass="struct"href="address/struct.VirtPageNum.html"title="struct os::mm::address::VirtPageNum">VirtPageNum</a>;</code></div><divclass="item-right docblock-short"></div></div><divclass="item-row"><divclass="item-left import-item"><code>pub use frame_allocator::<aclass="fn"href="frame_allocator/fn.frame_alloc.html"title="fn os::mm::frame_allocator::frame_alloc">frame_alloc</a>;</code></div><divclass="item-right docblock-short"></div></div><divclass="item-row"><divclass="item-left import-item"><code>pub use frame_allocator::<aclass="struct"href="frame_allocator/struct.FrameTracker.html"title="struct os::mm::frame_allocator::FrameTracker">FrameTracker</a>;</code></div><divclass="item-right docblock-short"></div></div><divclass="item-row"><divclass="item-left import-item"><code>pub use memory_set::<aclass="fn"href="memory_set/fn.remap_test.html"title="fn os::mm::memory_set::remap_test">remap_test</a>;</code></div><divclass="item-right docblock-short"></div></div><divclass="item-row"><divclass="item-left import-item"><code>pub use memory_set::<aclass="struct"href="memory_set/struct.MapPermission.html"title="struct os::mm::memory_set::MapPermission">MapPermission</a>;</code></div><divclass="item-right docblock-short"></div></div><divclass="item-row"><divclass="item-left import-item"><code>pub use memory_set::<aclass="struct"href="memory_set/struct.MemorySet.html"title="struct os::mm::memory_set::MemorySet">MemorySet</a>;</code></div><divclass="item-right docblock-short"></div></div><divclass="item-row"><divclass="item-left import-item"><code>pub use memory_set::<aclass="struct"href="memory_set/struct.KERNEL_SPACE.html"title="struct os::mm::memory_set::KERNEL_SPACE">KERNEL_SPACE</a>;</code></div><divclass="item-right docblock-short"></div></div><divclass="item-row"><divclass="item-left import-item"><code>pub use memory_set::KERNEL_SPACE;</code></div><divclass="item-right docblock-short"></div></div><divclass="item-row"><divclass="item-left import-item"><code>pub use page_table::<aclass="fn"href="page_table/fn.translated_byte_buffer.html"title="fn os::mm::page_table::translated_byte_buffer">translated_byte_buffer</a>;</code></div><divclass="item-right docblock-short"></div></div><divclass="item-row"><divclass="item-left import-item"><code>pub use page_table::<aclass="struct"href="page_table/struct.PageTableEntry.html"title="struct os::mm::page_table::PageTableEntry">PageTableEntry</a>;</code></div><divclass="item-right docblock-short"></div></div></div><h2id="modules"class="small-section-header"><ahref="#modules">Modules</a></h2>
<divclass="item-table"><divclass="item-row"><divclass="item-left module-item"><aclass="mod"href="address/index.html"title="os::mm::address mod">address</a></div><divclass="item-right docblock-short"><p>Implementation of physical and virtual address and page number.</p>
</div></div><divclass="item-row"><divclass="item-left module-item"><aclass="mod"href="frame_allocator/index.html"title="os::mm::frame_allocator mod">frame_allocator</a></div><divclass="item-right docblock-short"><p>Implementation of <ahref="frame_allocator/trait.FrameAllocator.html"title="FrameAllocator"><code>FrameAllocator</code></a> which
controls all the frames in the operating system.</p>
</div></div><divclass="item-row"><divclass="item-left module-item"><aclass="mod"href="heap_allocator/index.html"title="os::mm::heap_allocator mod">heap_allocator</a></div><divclass="item-right docblock-short"><p>The global allocator</p>
</div></div><divclass="item-row"><divclass="item-left module-item"><aclass="mod"href="memory_set/index.html"title="os::mm::memory_set mod">memory_set</a></div><divclass="item-right docblock-short"><p>Implementation of <ahref="memory_set/struct.MapArea.html"title="MapArea"><code>MapArea</code></a> and <ahref="memory_set/struct.MemorySet.html"title="MemorySet"><code>MemorySet</code></a>.</p>
</div></div><divclass="item-row"><divclass="item-left module-item"><aclass="mod"href="page_table/index.html"title="os::mm::page_table mod">page_table</a></div><divclass="item-right docblock-short"><p>Implementation of <ahref="page_table/struct.PageTableEntry.html"title="PageTableEntry"><code>PageTableEntry</code></a> and <ahref="page_table/struct.PageTable.html"title="PageTable"><code>PageTable</code></a>.</p>