Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dsystem.h208 static inline void native_write_cr2(unsigned long val) in native_write_cr2() function
278 #define write_cr2(x) (native_write_cr2(x))
/arch/x86/kernel/
Dparavirt.c412 .write_cr2 = native_write_cr2,