pub fn setup_page_tables(mem: &GuestMemory, sregs: &mut Sregs) -> Result<()>Expand description
Configures the system page tables and control registers for long mode with paging. Prepares identity mapping for the low 4GB memory.
pub fn setup_page_tables(mem: &GuestMemory, sregs: &mut Sregs) -> Result<()>Configures the system page tables and control registers for long mode with paging. Prepares identity mapping for the low 4GB memory.