Searched refs:X86_CR0_CD (Results 1 – 6 of 6) sorted by relevance
104 andl $(~(X86_CR0_CD | X86_CR0_NW)), %eax131 orl $X86_CR0_CD, %eax163 andl $(~(X86_CR0_CD | X86_CR0_NW)), %eax181 orl $X86_CR0_CD, %eax
56 orl $(X86_CR0_NW | X86_CR0_CD | X86_CR0_PE), %eax188 andl $(~(X86_CR0_CD | X86_CR0_NW)), %eax
35 orl $(X86_CR0_NW | X86_CR0_CD), %eax
39 orl $(X86_CR0_NW | X86_CR0_CD), %eax
38 #define X86_CR0_CD 0x40000000 /* Cache Disable */ macro
392 cr0 &= ~(X86_CR0_NW | X86_CR0_CD); in x86_enable_caches()403 cr0 |= X86_CR0_NW | X86_CR0_CD; in x86_disable_caches()412 return !(read_cr0() & X86_CR0_CD); in dcache_status()