-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
arch, pt: add va specific page tables map/unmap functions
The map_pagetables_va() function maps page tables pertinent to the virtual address specified by its second parameter into the address space indicated by its first parameter. It is a fine-grained, lightweight version of the map_pagetables(). The unmap_pagetables_va() function unmaps page tables pertinent to the virtual address specified by its second parameter into the address space indicated by its first parameter. It is a fine-grained, lightweight version of the unmap_pagetables(). The unmap_pagetables_va() performs the unmapping regardless of the mapping status of any of the page tables levels. Signed-off-by: Pawel Wieczorkiewicz <[email protected]>
- Loading branch information
Showing
3 changed files
with
153 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters