From 2aaef2d715f0c7abb0c9e2dca882353442363993 Mon Sep 17 00:00:00 2001 From: antifallobst Date: Fri, 10 Feb 2023 20:22:21 +0100 Subject: [PATCH] docs: documented 'page_get_physical_address' --- .wiki/Kernel-documentation.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.wiki/Kernel-documentation.md b/.wiki/Kernel-documentation.md index 69ec712..3dc10d5 100644 --- a/.wiki/Kernel-documentation.md +++ b/.wiki/Kernel-documentation.md @@ -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.