mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-27 11:23:25 +00:00
Add missing safety explanations for the page table node
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
3579d88aa6
commit
e8595b95fe
@ -201,7 +201,7 @@ where
|
||||
|
||||
/// Traverse forward in the current level to the next PTE.
|
||||
///
|
||||
/// If reached the end of a page table frame, it leads itself up to the next frame of the parent
|
||||
/// If reached the end of a page table node, it leads itself up to the next frame of the parent
|
||||
/// frame if possible.
|
||||
fn move_forward(&mut self) {
|
||||
let page_size = page_size::<C>(self.level);
|
||||
|
Reference in New Issue
Block a user