Home
last modified time | relevance | path

Searched refs:native_write_cr2 (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dspecial_insns.h40 static __always_inline void native_write_cr2(unsigned long val) in native_write_cr2() function
172 native_write_cr2(x); in write_cr2()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dparavirt.c345 .mmu.write_cr2 = native_write_cr2,
H A Dsev-es.c759 native_write_cr2(ctxt->fi.cr2); in vc_early_forward_exception()
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dvmx.c6779 native_write_cr2(vcpu->arch.cr2); in vmx_vcpu_enter_exit()