Expand description
x86_64 Memory Management Unit (MMU) support
Handles x86_64-specific paging setup and management.
Structs§
- Page
Fault Error Code - Page fault error code bits
Functions§
- flush_
tlb - Flush entire TLB by reloading CR3
- flush_
tlb_ address - Flush TLB entry for a specific address
- handle_
page_ fault - Handle page fault
- init
- Enable paging and set up initial page tables
- invlpg
- Invalidate TLB entry for virtual address
- read_
cr2 - Read CR2 register (page fault address)
- read_
cr3 - Read CR3 register (page table base)
- write_
cr3 - Write CR3 register (page table base)