Home
last modified time | relevance | path

Searched refs:X86_CR0_CD (Results 1 – 8 of 8) sorted by relevance

/external/u-boot/arch/x86/cpu/intel_common/
Dcar.S103 andl $(~(X86_CR0_CD | X86_CR0_NW)), %eax
130 orl $X86_CR0_CD, %eax
162 andl $(~(X86_CR0_CD | X86_CR0_NW)), %eax
180 orl $X86_CR0_CD, %eax
/external/u-boot/arch/x86/cpu/
Dsipi_vector.S55 orl $(X86_CR0_NW | X86_CR0_CD | X86_CR0_PE), %eax
187 andl $(~(X86_CR0_CD | X86_CR0_NW)), %eax
Dstart16.S34 orl $(X86_CR0_NW | X86_CR0_CD), %eax
Dstart.S38 orl $(X86_CR0_NW | X86_CR0_CD), %eax
/external/u-boot/arch/x86/cpu/i386/
Dcpu.c391 cr0 &= ~(X86_CR0_NW | X86_CR0_CD); in x86_enable_caches()
402 cr0 |= X86_CR0_NW | X86_CR0_CD; in x86_disable_caches()
411 return !(read_cr0() & X86_CR0_CD); in dcache_status()
/external/u-boot/arch/x86/include/asm/
Dprocessor-flags.h38 #define X86_CR0_CD 0x40000000 /* Cache Disable */ macro
/external/kernel-headers/original/uapi/asm-x86/asm/
Dprocessor-flags.h70 #define X86_CR0_CD _BITUL(X86_CR0_CD_BIT) macro
/external/linux-kselftest/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h340 #define X86_CR0_CD (1UL<<30) /* Cache Disable */ macro