Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/cpu/mtrr/
Dcyrix.c149 cr0 = read_cr0() | X86_CR0_CD; in prepare_set()
170 write_cr0(read_cr0() & ~X86_CR0_CD); in post_set()
Dgeneric.c740 cr0 = read_cr0() | X86_CR0_CD; in prepare_set()
772 write_cr0(read_cr0() & ~X86_CR0_CD); in post_set()
/linux-4.4.14/drivers/edac/
Damd64_edac.h448 write_cr0(read_cr0() | X86_CR0_CD); in disable_caches()
454 write_cr0(read_cr0() & ~X86_CR0_CD); in enable_caches()
/linux-4.4.14/arch/x86/include/uapi/asm/
Dprocessor-flags.h69 #define X86_CR0_CD _BITUL(X86_CR0_CD_BIT) macro
/linux-4.4.14/drivers/cpufreq/
Dpowernow-k6.c115 write_cr0(cr0 | X86_CR0_CD); in powernow_k6_set_cpu_multiplier()
/linux-4.4.14/arch/x86/include/asm/
Dkvm_host.h51 | X86_CR0_NW | X86_CR0_CD | X86_CR0_PG))
/linux-4.4.14/arch/x86/kvm/
Dsvm.c1084 svm_set_cr0(&svm->vcpu, X86_CR0_NW | X86_CR0_CD | X86_CR0_ET); in init_vmcb()
1498 cr0 &= ~(X86_CR0_CD | X86_CR0_NW); in svm_set_cr0()
Dvmx.c112 #define KVM_GUEST_CR0_MASK (X86_CR0_NW | X86_CR0_CD)
4956 cr0 = X86_CR0_NW | X86_CR0_CD | X86_CR0_ET; in vmx_vcpu_reset()
8895 if (kvm_read_cr0(vcpu) & X86_CR0_CD) { in vmx_get_mt_mask()
Dx86.c597 if ((cr0 & X86_CR0_NW) && !(cr0 & X86_CR0_CD)) in kvm_set_cr0()
633 if (((cr0 ^ old_cr0) & X86_CR0_CD) && in kvm_set_cr0()
Demulate.c3891 ((new_val & X86_CR0_NW) && !(new_val & X86_CR0_CD))) in check_cr_write()