Searched refs:PhysMemoryArea (Results 1 – 3 of 3) sorted by relevance
6 use crate::mm::{MemoryManagementArch, PhysAddr, PhysMemoryArea};12 areas: &'static [PhysMemoryArea],25 pub fn new(areas: &'static [PhysMemoryArea], offset: usize) -> Self { in new() argument33 pub fn areas(&self) -> &'static [PhysMemoryArea] { in areas() argument
26 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()
313 pub struct PhysMemoryArea { struct389 unsafe fn init() -> &'static [PhysMemoryArea]; in init()