Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dspecial_insns.h29 static __always_inline void native_write_cr2(unsigned long val) in native_write_cr2() function
162 native_write_cr2(x); in write_cr2()
/linux/arch/x86/kvm/vmx/
H A Dvmx.c7387 native_write_cr2(vcpu->arch.cr2); in vmx_vcpu_enter_exit()