mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-24 18:03:25 +00:00
Use pointer metadata for page metadata
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
cd22854f59
commit
60365a818a
@ -2,11 +2,8 @@
|
||||
|
||||
//! This module provides accessors to the page table entries in a node.
|
||||
|
||||
use super::{Child, PageTableEntryTrait, PageTableNode};
|
||||
use crate::mm::{
|
||||
nr_subpage_per_huge, page::meta::MapTrackingStatus, page_prop::PageProperty, page_size,
|
||||
PagingConstsTrait,
|
||||
};
|
||||
use super::{Child, MapTrackingStatus, PageTableEntryTrait, PageTableNode};
|
||||
use crate::mm::{nr_subpage_per_huge, page_prop::PageProperty, page_size, PagingConstsTrait};
|
||||
|
||||
/// A view of an entry in a page table node.
|
||||
///
|
||||
|
Reference in New Issue
Block a user