Home
last modified time | relevance | path

Searched refs:native_write_cr3 (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/arch/x86/include/asm/
Dspecial_insns.h52 static inline void native_write_cr3(unsigned long val) in native_write_cr3() function
163 native_write_cr3(x); in write_cr3()
/linux-6.12.1/arch/x86/boot/compressed/
Dpgtable_64.c199 native_write_cr3((unsigned long)pgtable); in configure_5level_paging()
/linux-6.12.1/arch/x86/mm/
Dmem_encrypt_identity.c396 native_write_cr3(__native_read_cr3()); in sme_encrypt_kernel()
490 native_write_cr3(__native_read_cr3()); in sme_encrypt_kernel()
Dtlb.c1213 native_write_cr3(__native_read_cr3()); in native_flush_tlb_local()
/linux-6.12.1/arch/x86/kernel/
Dparavirt.c203 .mmu.write_cr3 = native_write_cr3,