Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dsystem.h261 static inline void native_write_cr8(unsigned long val) in native_write_cr8() function
287 #define write_cr8(x) (native_write_cr8(x))
/arch/x86/kernel/
Dparavirt.c344 .write_cr8 = native_write_cr8,