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

/linux-master/arch/x86/include/asm/
H A Dspecial_insns.h52 static inline void native_write_cr3(unsigned long val) function
163 native_write_cr3(x);
/linux-master/arch/x86/boot/compressed/
H A Dpgtable_64.c199 native_write_cr3((unsigned long)pgtable);
/linux-master/arch/x86/mm/
H A Dmem_encrypt_identity.c396 native_write_cr3(__native_read_cr3());
490 native_write_cr3(__native_read_cr3());
H A Dtlb.c1216 native_write_cr3(__native_read_cr3());
/linux-master/arch/x86/kernel/
H A Dparavirt.c204 .mmu.write_cr3 = native_write_cr3,

Completed in 117 milliseconds