Searched refs:read_cr0 (Results 1 – 3 of 3) sorted by relevance
390 cr0 = read_cr0(); in x86_enable_caches()401 cr0 = read_cr0(); in x86_disable_caches()411 return !(read_cr0() & X86_CR0_CD); in dcache_status()
113 cr0 = read_cr0(); in dump_regs()
22 static inline unsigned long read_cr0(void) in read_cr0() function