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/arch/x86/kvm/
H A Dkvm_cache_regs.h13 #define X86_CR0_PDPTR_BITS (X86_CR0_CD | X86_CR0_NW | X86_CR0_PG)
H A Dx86.c1107 if ((cr0 & X86_CR0_NW) && !(cr0 & X86_CR0_CD)) in kvm_is_valid_cr0()
12969 new_cr0 |= (old_cr0 & (X86_CR0_NW | X86_CR0_CD)); in kvm_vcpu_reset()
12971 new_cr0 |= X86_CR0_NW | X86_CR0_CD; in kvm_vcpu_reset()
/linux/arch/x86/kernel/cpu/
H A Dcacheinfo.c673 cr0 = read_cr0() | X86_CR0_CD; in cache_disable()
704 write_cr0(read_cr0() & ~X86_CR0_CD); in cache_enable()
/linux/arch/x86/kvm/svm/
H A Dnested.c361 if (CC((save->cr0 & X86_CR0_CD) == 0 && (save->cr0 & X86_CR0_NW)) || in __nested_vmcb_check_save()
1827 if (((cr0 & X86_CR0_CD) == 0) && (cr0 & X86_CR0_NW)) in svm_set_nested_state()
H A Dsvm.c1704 hcr0 &= ~(X86_CR0_CD | X86_CR0_NW); in svm_set_cr0()
/linux/tools/testing/selftests/kvm/include/x86/
H A Dprocessor.h1470 #define X86_CR0_CD (1UL<<30) /* Cache Disable */ macro
/linux/arch/x86/include/asm/
H A Dkvm_host.h136 | X86_CR0_NW | X86_CR0_CD | X86_CR0_PG))
/linux/arch/x86/kvm/vmx/
H A Dvmx.c153 #define KVM_VM_CR0_ALWAYS_OFF (X86_CR0_NW | X86_CR0_CD)