Searched refs:read_cr0 (Results 1 – 2 of 2) sorted by relevance
172 #define read_cr0() (native_read_cr0()) macro189 #define stts() write_cr0(8 | read_cr0())
82 unsigned long (*read_cr0)(void); member499 static inline unsigned long read_cr0(void) in read_cr0() function501 return PVOP_CALL0(unsigned long, pv_cpu_ops.read_cr0); in read_cr0()