Searched refs:MAX_MEMBLOCK_ADDR (Results 1 – 2 of 2) sorted by relevance
234 if base > MemBlockManager::MAX_MEMBLOCK_ADDR.data() { in early_init_dt_add_memory()238 if base + size - 1 > MemBlockManager::MAX_MEMBLOCK_ADDR.data() { in early_init_dt_add_memory()241 MemBlockManager::MAX_MEMBLOCK_ADDR.data() + 1, in early_init_dt_add_memory()244 size = MemBlockManager::MAX_MEMBLOCK_ADDR.data() - base + 1; in early_init_dt_add_memory()
42 pub const MAX_MEMBLOCK_ADDR: PhysAddr = PhysAddr::new(usize::MAX); constant