Home
last modified time | relevance | path

Searched defs:X86_CR0_CD (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/x86/include/asm/
H A Dprocessor-flags.h38 #define X86_CR0_CD 0x40000000 /* Cache Disable */ macro
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dprocessor-flags.h70 #define X86_CR0_CD _BITUL(X86_CR0_CD_BIT) macro
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h1234 #define X86_CR0_CD (1UL<<30) /* Cache Disable */ macro