Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/mtrr/
H A Dcyrix.c151 cr0 = read_cr0() | X86_CR0_CD; in prepare_set()
172 write_cr0(read_cr0() & ~X86_CR0_CD); in post_set()
/linux/drivers/edac/
H A Damd64_edac.h488 write_cr0(read_cr0() | X86_CR0_CD); in disable_caches()
494 write_cr0(read_cr0() & ~X86_CR0_CD); in enable_caches()
/linux/arch/x86/include/uapi/asm/
H A Dprocessor-flags.h70 #define X86_CR0_CD _BITUL(X86_CR0_CD_BIT) macro
/linux/drivers/cpufreq/
H A Dpowernow-k6.c115 write_cr0(cr0 | X86_CR0_CD); in powernow_k6_set_cpu_multiplier()
/linux/arch/x86/kernel/cpu/
H A Dcacheinfo.c1066 cr0 = read_cr0() | X86_CR0_CD; in cache_disable()
1106 write_cr0(read_cr0() & ~X86_CR0_CD); in cache_enable()
/linux/arch/x86/include/asm/
H A Dkvm_host.h131 | X86_CR0_NW | X86_CR0_CD | X86_CR0_PG))
/linux/arch/x86/kvm/
H A Dx86.c1077 if ((cr0 & X86_CR0_NW) && !(cr0 & X86_CR0_CD)) in kvm_is_valid_cr0()
12503 new_cr0 |= (old_cr0 & (X86_CR0_NW | X86_CR0_CD)); in kvm_vcpu_reset()
12505 new_cr0 |= X86_CR0_NW | X86_CR0_CD; in kvm_vcpu_reset()
/linux/arch/x86/kvm/svm/
H A Dsvm.c1891 hcr0 &= ~(X86_CR0_CD | X86_CR0_NW); in svm_set_cr0()
/linux/arch/x86/kvm/vmx/
H A Dvmx.c150 #define KVM_VM_CR0_ALWAYS_OFF (X86_CR0_NW | X86_CR0_CD)