docs: documented 'page_get_physical_address'

This commit is contained in:
antifallobst 2023-02-10 20:22:21 +01:00
parent ed2d276717
commit 2aaef2d715
1 changed files with 3 additions and 0 deletions

View File

@ -154,6 +154,9 @@ It always applies the _Present_ flag.
Removes a page mapping from the **_page_map_**.
Page map structure intern pages won't be checked if they're still needed or not.
#### `page_map_get_physical_address(page_map*, virtual_address)` - function (void*)
Returns the physical address of the page, that is mapped to **_virtual_address_**.
#### `page_map_destruct(page_map*)` - function (void)
Clears a page map and frees all page map structure intern pages.