docs: documented 'page_map_dump_info'

This commit is contained in:
antifallobst 2023-03-04 22:43:36 +01:00
parent 9f53e4bc39
commit 819da41bb1
1 changed files with 4 additions and 0 deletions

View File

@ -968,6 +968,10 @@ Returns the physical address of the page, that is mapped to **_virtual_address_*
#### `page_map_destruct(page_map*)` - function (void) #### `page_map_destruct(page_map*)` - function (void)
Clears a page map and frees all page map structure intern pages. Clears a page map and frees all page map structure intern pages.
#### `page_map_dump_info(page_map)` - function (void)
Logs information about **_page_map_**, including a map of all mapped regions.
A region is a block of continuously mapped pages.
#### `page_map_entry_set_flags(entry, uint64_t flags)` - function (void) #### `page_map_entry_set_flags(entry, uint64_t flags)` - function (void)
This will set the provided flags to a page map entry. This will set the provided flags to a page map entry.