Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/include/asm/
Dspecial_insns.h52 static inline void native_write_cr3(unsigned long val) in native_write_cr3() function
174 native_write_cr3(x); in write_cr3()
/linux-5.19.10/arch/x86/boot/compressed/
Dpgtable_64.c204 native_write_cr3((unsigned long)pgtable); in cleanup_trampoline()
/linux-5.19.10/arch/x86/mm/
Dmem_encrypt_identity.c408 native_write_cr3(__native_read_cr3()); in sme_encrypt_kernel()
502 native_write_cr3(__native_read_cr3()); in sme_encrypt_kernel()
Dtlb.c1165 native_write_cr3(__native_read_cr3()); in native_flush_tlb_local()
/linux-5.19.10/arch/x86/kernel/
Dparavirt.c329 .mmu.write_cr3 = native_write_cr3,