Searched refs:write_cr3 (Results 1 – 14 of 14) sorted by relevance
168 write_cr3(top_level_pgt); in initialize_identity_maps()178 write_cr3(top_level_pgt); in finalize_identity_maps()216 write_cr3(top_level_pgt); in split_large_pmd()298 write_cr3(top_level_pgt); in set_clr_page_flags()
86 PATCH_CASE(mmu, write_cr3, xxl, insn_buff, len); in native_patch()
348 .mmu.write_cr3 = native_write_cr3,
121 write_cr3(real_mode_header->trampoline_pgd); in machine_real_restart()
103 write_cr3(virt_to_phys(tboot_pg_dir)); in switch_to_tboot_pt()
319 write_cr3(__sme_pa_nodebug(early_top_pgt)); in reset_early_page_tables()
184 static inline void write_cr3(unsigned long x) in write_cr3() function
138 static inline void write_cr3(unsigned long x) in write_cr3() function140 PVOP_VCALL1(mmu.write_cr3, x); in write_cr3()
257 write_cr3(__sme_pa(pgdir)); in load_cr3()
218 void (*write_cr3)(unsigned long); member
24 # instead on write_cr3() performed by switch_mm() to provide core serialization
284 write_cr3(new_mm_cr3); in load_new_mm_cr3()636 write_cr3(build_cr3(mm->pgd, 0)); in initialize_tlbstate_and_flush()
212 write_cr3(ctxt->cr3); in __restore_processor_state()
2068 pv_ops.mmu.write_cr3 = &xen_write_cr3; in xen_post_allocator_init()2084 .write_cr3 = xen_write_cr3_init,