Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/include/asm/
Dprocessor-flags.h38 #define X86_CR0_CD 0x40000000 /* Cache Disable */ macro
/linux-2.6.39/arch/x86/kernel/cpu/mtrr/
Dcyrix.c149 cr0 = read_cr0() | X86_CR0_CD; in prepare_set()
Dgeneric.c678 cr0 = read_cr0() | X86_CR0_CD; in prepare_set()
/linux-2.6.39/arch/x86/kvm/
Dvmx.c76 (X86_CR0_WP | X86_CR0_NE | X86_CR0_NW | X86_CR0_CD)
2852 vmx->vcpu.arch.cr0 = X86_CR0_NW | X86_CR0_CD | X86_CR0_ET; in vmx_vcpu_reset()
Dx86.c66 | X86_CR0_NW | X86_CR0_CD | X86_CR0_PG))
493 X86_CR0_CD | X86_CR0_NW; in kvm_set_cr0()
504 if ((cr0 & X86_CR0_NW) && !(cr0 & X86_CR0_CD)) in kvm_set_cr0()
Dsvm.c987 (void)kvm_set_cr0(&svm->vcpu, X86_CR0_NW | X86_CR0_CD | X86_CR0_ET); in init_vmcb()
1418 cr0 &= ~(X86_CR0_CD | X86_CR0_NW); in svm_set_cr0()