Searched refs:xen_write_cr3 (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/x86/xen/
H A Dmmu.c1448 static void xen_write_cr3(unsigned long cr3) xen_write_cr3() function
1489 * of xen_write_cr3 - the early bootup (this one), and the late one
1490 * (xen_write_cr3). The reason we have to do that is that in 64-bit
2232 xen_write_cr3(cr3); xen_write_cr3_init()
2240 pv_mmu_ops.write_cr3 = &xen_write_cr3; xen_write_cr3_init()
2294 xen_write_cr3(__pa(initial_page_table)); xen_setup_kernel_pagetable()
2412 pv_mmu_ops.write_cr3 = &xen_write_cr3; xen_post_allocator_init()

Completed in 52 milliseconds