Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dspecial_insns.h41 static __always_inline void native_write_cr3(unsigned long val) in native_write_cr3() function
176 native_write_cr3(x); in write_cr3()
/linux/arch/x86/boot/compressed/
H A Dpgtable_64.c196 native_write_cr3((unsigned long)pgtable); in configure_5level_paging()
/linux/arch/x86/boot/startup/
H A Dsme.c392 native_write_cr3(__native_read_cr3()); in sme_encrypt_kernel()
486 native_write_cr3(__native_read_cr3()); in sme_encrypt_kernel()
/linux/arch/x86/kernel/
H A Dparavirt.c78 native_write_cr3(cr3); in pv_native_write_cr3()
/linux/arch/x86/mm/
H A Dtlb.c1699 native_write_cr3(__native_read_cr3()); in native_flush_tlb_local()