Searched refs:write_cr3 (Results 1 – 13 of 13) sorted by relevance
168 write_cr3(top_level_pgt); in initialize_identity_maps()206 write_cr3(top_level_pgt); in split_large_pmd()288 write_cr3(top_level_pgt); in set_clr_page_flags()
172 static inline void write_cr3(unsigned long x) in write_cr3() function
160 static inline void write_cr3(unsigned long x) in write_cr3() function162 PVOP_ALT_VCALL1(mmu.write_cr3, x, in write_cr3()
260 write_cr3(__sme_pa(pgdir)); in load_cr3()
178 void (*write_cr3)(unsigned long); member
24 # instead on write_cr3() performed by switch_mm() to provide core serialization
292 write_cr3(new_mm_cr3); in load_new_mm_cr3()702 write_cr3(build_cr3(mm->pgd, 0)); in initialize_tlbstate_and_flush()
210 write_cr3(ctxt->cr3); in __restore_processor_state()
346 .mmu.write_cr3 = native_write_cr3,
112 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()
323 write_cr3(__sme_pa_nodebug(early_top_pgt)); in reset_early_page_tables()
2093 pv_ops.mmu.write_cr3 = &xen_write_cr3; in xen_post_allocator_init()2110 .write_cr3 = xen_write_cr3_init,
Completed in 29 milliseconds