HomeSort by relevance Sort by last modified time
    Searched refs:X86_CR0_NW (Results 1 - 9 of 9) sorted by null

  /external/u-boot/arch/x86/include/asm/
processor-flags.h 37 #define X86_CR0_NW 0x20000000 /* Not Write-through */
  /external/u-boot/arch/x86/cpu/
sipi_vector.S 55 orl $(X86_CR0_NW | X86_CR0_CD | X86_CR0_PE), %eax
187 andl $(~(X86_CR0_CD | X86_CR0_NW)), %eax
start16.S 34 orl $(X86_CR0_NW | X86_CR0_CD), %eax
start.S 38 orl $(X86_CR0_NW | X86_CR0_CD), %eax
  /external/u-boot/arch/x86/cpu/intel_common/
car.S 103 andl $(~(X86_CR0_CD | X86_CR0_NW)), %eax
162 andl $(~(X86_CR0_CD | X86_CR0_NW)), %eax
  /bionic/libc/kernel/uapi/asm-x86/asm/
processor-flags.h 75 #define X86_CR0_NW _BITUL(X86_CR0_NW_BIT)
  /external/kernel-headers/original/uapi/asm-x86/asm/
processor-flags.h 68 #define X86_CR0_NW _BITUL(X86_CR0_NW_BIT)
  /external/u-boot/arch/x86/cpu/i386/
cpu.c 391 cr0 &= ~(X86_CR0_NW | X86_CR0_CD);
402 cr0 |= X86_CR0_NW | X86_CR0_CD;
  /external/linux-kselftest/tools/testing/selftests/kvm/include/x86_64/
processor.h 339 #define X86_CR0_NW (1UL<<29) /* Not Write-through */
    [all...]

Completed in 350 milliseconds