Home
last modified time | relevance | path

Searched defs:PhysPageFrame (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/mm/allocator/
H A Dpage_frame.rs15 pub struct PhysPageFrame { struct
21 impl PhysPageFrame { implementation
68 pub fn new(start: PhysPageFrame, end: PhysPageFrame) -> Self { in new()
359 frame: PhysPageFrame, in deallocate_page_frames()
/DragonOS/kernel/src/mm/
H A Ducontext.rs1537 phys: PhysPageFrame, in physmap()