Searched refs:write_cr3 (Results 1 – 14 of 14) sorted by relevance
155 write_cr3(top_level_pgt); in finalize_identity_maps()
172 static inline void write_cr3(unsigned long x) in write_cr3() function
132 static inline void write_cr3(unsigned long x) in write_cr3() function134 PVOP_VCALL1(mmu.write_cr3, x); in write_cr3()
243 write_cr3(__sme_pa(pgdir)); in load_cr3()
222 void (*write_cr3)(unsigned long); member
99 PATCH_CASE(mmu, write_cr3, xxl, insn_buff, len); in native_patch()
296 write_cr3(__sme_pa_nodebug(early_top_pgt)); in reset_early_page_tables()
372 .mmu.write_cr3 = native_write_cr3,
101 write_cr3(virt_to_phys(tboot_pg_dir)); in switch_to_tboot_pt()
121 write_cr3(real_mode_header->trampoline_pgd); in machine_real_restart()
24 # instead on write_cr3() performed by switch_mm() to provide core serialization
129 write_cr3(new_mm_cr3); in load_new_mm_cr3()501 write_cr3(build_cr3(mm->pgd, 0)); in initialize_tlbstate_and_flush()
210 write_cr3(ctxt->cr3); in __restore_processor_state()
2210 pv_ops.mmu.write_cr3 = &xen_write_cr3; in xen_write_cr3_init()2377 pv_ops.mmu.write_cr3 = &xen_write_cr3; in xen_post_allocator_init()2394 .write_cr3 = xen_write_cr3_init,