Home
last modified time | relevance | path

Searched refs:PhysMemoryArea (Results 1 – 3 of 3) sorted by relevance

/DragonOS-0.1.8/kernel/src/mm/allocator/
Dbump.rs6 use crate::mm::{MemoryManagementArch, PhysAddr, PhysMemoryArea};
12 areas: &'static [PhysMemoryArea],
25 pub fn new(areas: &'static [PhysMemoryArea], offset: usize) -> Self { in new() argument
33 pub fn areas(&self) -> &'static [PhysMemoryArea] { in areas() argument
/DragonOS-0.1.8/kernel/src/arch/x86_64/mm/
Dmod.rs26 use crate::mm::{MemoryManagementArch, PageTableKind, PhysAddr, PhysMemoryArea, VirtAddr};
41 static mut PHYS_MEMORY_AREAS: [PhysMemoryArea; 512] = [PhysMemoryArea {
126 unsafe fn init() -> &'static [crate::mm::PhysMemoryArea] { in init()
/DragonOS-0.1.8/kernel/src/mm/
Dmod.rs313 pub struct PhysMemoryArea { struct
389 unsafe fn init() -> &'static [PhysMemoryArea]; in init()