Module mm

Source

Modulesยง

util ๐Ÿ”’

Macrosยง

parse_flags ๐Ÿ”’
Parse a bit-flag bits val in the representation of from to to in bits.

Structsยง

PageTableEntry
PageTableFlags
Possible flags for a page table entry.
PagingConsts

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.