Searched refs:boot_stack_range (Results 1 – 2 of 2) sorted by relevance
26 pub fn boot_stack_range() -> Range<VirtualAddress> { in boot_stack_range() function49 let boot_stack = boot_stack_range(); in print_addresses()
26 use crate::layout::{boot_stack_range, print_addresses, DEVICE_REGION};57 page_table.map_data(&boot_stack_range().into())?; in init_page_table()