[][src]Module mips::paging

paging virtual address management

Structs

MapperFlush
PageTable
PageTableEntry

Page table entry

PageTableFlags

Possible flags for a page table entry.

TwoLevelPageTable

This struct is a two level page table with Mapper trait implemented.

Enums

FlagUpdateError

An error indicating that an update_flags call failed.

MapToError

This error is returned from map_to and similar methods.

UnmapError

An error indicating that an unmap call failed.

Traits

FrameAllocator

A trait for types that can allocate a frame of memory.

FrameDeallocator

A trait for types that can deallocate a frame of memory.

Mapper

Type Definitions

EF