Searched defs:write_cr4 (Results 1 - 2 of 2) sorted by relevance

/external/kernel-headers/original/asm-x86/
H A Dsystem_32.h180 #define write_cr4(x) (native_write_cr4(x)) macro
H A Dparavirt.h87 void (*write_cr4)(unsigned long); member in struct:pv_cpu_ops
538 static inline void write_cr4(unsigned long x) function
540 PVOP_VCALL1(pv_cpu_ops.write_cr4, x);

Completed in 165 milliseconds