Searched refs:X86_CR0_NW (Results 1 – 8 of 8) sorted by relevance
55 orl $(X86_CR0_NW | X86_CR0_CD | X86_CR0_PE), %eax187 andl $(~(X86_CR0_CD | X86_CR0_NW)), %eax
34 orl $(X86_CR0_NW | X86_CR0_CD), %eax
38 orl $(X86_CR0_NW | X86_CR0_CD), %eax
103 andl $(~(X86_CR0_CD | X86_CR0_NW)), %eax162 andl $(~(X86_CR0_CD | X86_CR0_NW)), %eax
37 #define X86_CR0_NW 0x20000000 /* Not Write-through */ macro
391 cr0 &= ~(X86_CR0_NW | X86_CR0_CD); in x86_enable_caches()402 cr0 |= X86_CR0_NW | X86_CR0_CD; in x86_disable_caches()
68 #define X86_CR0_NW _BITUL(X86_CR0_NW_BIT) macro
339 #define X86_CR0_NW (1UL<<29) /* Not Write-through */ macro