[][src]Module sunrise_kernel::paging::arch::i386::table

i386 Page Tables hierarchy

Structs

ActiveHierarchy

The currently active hierarchy of directory and tables. Gets its ActivePageDirectory through recursive mapping.

ActivePageDirectory

A currently active page directory.

ActivePageTable

A currently active page table.

InactiveHierarchy

A currently inactive hierarchy of directory and tables.

InactivePageDirectory

A currently inactive page directory.

InactivePageTable

A currently inactive page table.

Table

A page table or directory in memory.

TlbFlush

When passing this struct the TLB will be flushed. Used by ActivePageTable.