Home
last modified time | relevance | path

Searched refs:write_cr4 (Results 1 – 3 of 3) sorted by relevance

/external/kernel-headers/original/asm-x86/
Dsystem_32.h180 #define write_cr4(x) (native_write_cr4(x)) macro
Dprocessor_32.h165 write_cr4(cr4); in set_in_cr4()
174 write_cr4(cr4); in clear_in_cr4()
Dparavirt.h87 void (*write_cr4)(unsigned long); member
538 static inline void write_cr4(unsigned long x) in write_cr4() function
540 PVOP_VCALL1(pv_cpu_ops.write_cr4, x); in write_cr4()