Home
last modified time | relevance | path

Searched defs:write_cr3 (Results 1 – 2 of 2) sorted by relevance

/arch/x86/include/asm/
Dsystem.h280 #define write_cr3(x) (native_write_cr3(x)) macro
Dparavirt.h230 void (*write_cr3)(unsigned long); member
676 static inline void write_cr3(unsigned long x) in write_cr3() function