Searched defs:X86_CR0_CD (Results 1 – 3 of 3) sorted by relevance
38 #define X86_CR0_CD 0x40000000 /* Cache Disable */ macro
70 #define X86_CR0_CD _BITUL(X86_CR0_CD_BIT) macro
340 #define X86_CR0_CD (1UL<<30) /* Cache Disable */ macro