Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/include/asm/
Dprocessor-flags.h39 #define X86_CR0_CD 0x40000000 /* Cache Disable */ macro
Dkvm_host.h46 | X86_CR0_NW | X86_CR0_CD | X86_CR0_PG))
/linux-3.4.99/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-3.4.99/drivers/cpufreq/
Dpowernow-k6.c114 write_cr0(cr0 | X86_CR0_CD); in powernow_k6_set_cpu_multiplier()
/linux-3.4.99/arch/x86/kvm/
Dsvm.c1152 (void)kvm_set_cr0(&svm->vcpu, X86_CR0_NW | X86_CR0_CD | X86_CR0_ET); in init_vmcb()
1586 cr0 &= ~(X86_CR0_CD | X86_CR0_NW); in svm_set_cr0()
Dx86.c497 X86_CR0_CD | X86_CR0_NW; in kvm_set_cr0()
508 if ((cr0 & X86_CR0_NW) && !(cr0 & X86_CR0_CD)) in kvm_set_cr0()
Dvmx.c85 (X86_CR0_WP | X86_CR0_NE | X86_CR0_NW | X86_CR0_CD)
3911 vmx->vcpu.arch.cr0 = X86_CR0_NW | X86_CR0_CD | X86_CR0_ET; in vmx_vcpu_reset()
Demulate.c3140 ((new_val & X86_CR0_NW) && !(new_val & X86_CR0_CD))) in check_cr_write()