Modulesยง
- util ๐
Macrosยง
- parse_
flags ๐ - Parse a bit-flag bits
val
in the representation offrom
toto
in bits.
Structsยง
- Page
Table Entry - Page
Table Flags - Possible flags for a page table entry.
- Paging
Consts
Constantsยง
- NR_
ENTRIES_ ๐PER_ PAGE
Functionsยง
- activate_
page_ โtable - Activates the given level 4 page table.
The cache policy of the root page table node is controlled by
root_pt_cache
. - current_
page_ table_ paddr - tlb_
flush_ ๐addr - Flush any TLB entry that contains the map of the given virtual address.
- tlb_
flush_ ๐addr_ range - Flush any TLB entry that intersects with the given address range.
- tlb_
flush_ ๐all_ excluding_ global - Flush all TLB entries except for the global-page entries.
- tlb_
flush_ ๐all_ including_ global - Flush all TLB entries, including global-page entries.