From 819da41bb11af386396a6ba8dc74152e909df5a4 Mon Sep 17 00:00:00 2001 From: antifallobst Date: Sat, 4 Mar 2023 22:43:36 +0100 Subject: [PATCH] docs: documented 'page_map_dump_info' --- .wiki/Kernel-documentation.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.wiki/Kernel-documentation.md b/.wiki/Kernel-documentation.md index 920c4e4..1380b7f 100644 --- a/.wiki/Kernel-documentation.md +++ b/.wiki/Kernel-documentation.md @@ -968,6 +968,10 @@ 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. +#### `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) This will set the provided flags to a page map entry.