Module x86_64::structures::paging::page_table[][src]

Expand description

Abstractions for page tables and page table entries.

Structs

A 12-bit offset into a 4KiB Page.

Represents a page table.

A 64-bit page table entry.

Possible flags for a page table entry.

A 9-bit index into a page table.

Enums

The error returned by the PageTableEntry::frame method.