docs: documented 'page_get_physical_address'
This commit is contained in:
parent
ed2d276717
commit
2aaef2d715
|
@ -154,6 +154,9 @@ It always applies the _Present_ flag.
|
||||||
Removes a page mapping from the **_page_map_**.
|
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 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)
|
#### `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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue