Searched refs:write_cr0 (Results 1 – 2 of 2) sorted by relevance
173 #define write_cr0(x) (native_write_cr0(x)) macro189 #define stts() write_cr0(8 | read_cr0())
83 void (*write_cr0)(unsigned long); member504 static inline void write_cr0(unsigned long x) in write_cr0() function506 PVOP_VCALL1(pv_cpu_ops.write_cr0, x); in write_cr0()