Home
last modified time | relevance | path

Searched refs:write_cr3 (Results 1 – 14 of 14) sorted by relevance

/linux-6.15/arch/x86/boot/compressed/
H A Dident_map_64.c183 write_cr3(top_level_pgt); in initialize_identity_maps()
227 write_cr3(top_level_pgt); in split_large_pmd()
325 write_cr3(top_level_pgt); in set_clr_page_flags()
/linux-6.15/arch/x86/include/asm/
H A Dspecial_insns.h161 static inline void write_cr3(unsigned long x) in write_cr3() function
H A Dparavirt.h168 static inline void write_cr3(unsigned long x) in write_cr3() function
170 PVOP_ALT_VCALL1(mmu.write_cr3, x, "mov %%rdi, %%cr3", ALT_NOT_XEN); in write_cr3()
H A Dprocessor.h251 write_cr3(__sme_pa(pgdir)); in load_cr3()
H A Dparavirt_types.h145 void (*write_cr3)(unsigned long); member
/linux-6.15/arch/x86/realmode/
H A Dinit.c32 write_cr3(real_mode_header->trampoline_pgd); in load_trampoline_pgtable()
/linux-6.15/Documentation/features/sched/membarrier-sync-core/
H A Darch-support.txt40 # instead on write_cr3() performed by switch_mm() to provide core serialization
/linux-6.15/arch/x86/kernel/
H A Dparavirt.c183 .mmu.write_cr3 = pv_native_write_cr3,
H A Dtboot.c110 write_cr3(virt_to_phys(tboot_pg_dir)); in switch_to_tboot_pt()
H A Dhead64.c284 write_cr3(__sme_pa_nodebug(early_top_pgt)); in reset_early_page_tables()
H A Dprocess_64.c808 write_cr3(__read_cr3() | lam); in enable_lam_func()
/linux-6.15/arch/x86/power/
H A Dcpu.c214 write_cr3(ctxt->cr3); in __restore_processor_state()
/linux-6.15/arch/x86/mm/
H A Dtlb.c575 write_cr3(new_mm_cr3); in load_new_mm_cr3()
1012 write_cr3(build_cr3(mm->pgd, 0, 0)); in initialize_tlbstate_and_flush()
/linux-6.15/arch/x86/xen/
H A Dmmu_pv.c2169 pv_ops.mmu.write_cr3 = &xen_write_cr3; in xen_post_allocator_init()
2186 .write_cr3 = xen_write_cr3_init,