Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/mtrr/
Dcyrix.c151 cr0 = read_cr0() | X86_CR0_CD; in prepare_set()
172 write_cr0(read_cr0() & ~X86_CR0_CD); in post_set()
Dgeneric.c744 cr0 = read_cr0() | X86_CR0_CD; in prepare_set()
787 write_cr0(read_cr0() & ~X86_CR0_CD); in post_set()
/arch/x86/include/uapi/asm/
Dprocessor-flags.h70 #define X86_CR0_CD _BITUL(X86_CR0_CD_BIT) macro
/arch/x86/include/asm/
Dkvm_host.h85 | X86_CR0_NW | X86_CR0_CD | X86_CR0_PG))
/arch/x86/kvm/vmx/
Dvmx.c130 #define KVM_VM_CR0_ALWAYS_OFF (X86_CR0_NW | X86_CR0_CD)
4443 cr0 = X86_CR0_NW | X86_CR0_CD | X86_CR0_ET; in vmx_vcpu_reset()
6986 if (kvm_read_cr0(vcpu) & X86_CR0_CD) { in vmx_get_mt_mask()
/arch/x86/kvm/
Dsvm.c1636 svm_set_cr0(&svm->vcpu, X86_CR0_NW | X86_CR0_CD | X86_CR0_ET); in init_vmcb()
2640 cr0 &= ~(X86_CR0_CD | X86_CR0_NW); in svm_set_cr0()
Dx86.c776 if ((cr0 & X86_CR0_NW) && !(cr0 & X86_CR0_CD)) in kvm_set_cr0()
812 if (((cr0 ^ old_cr0) & X86_CR0_CD) && in kvm_set_cr0()
Demulate.c4309 ((new_val & X86_CR0_NW) && !(new_val & X86_CR0_CD))) in check_cr_write()