Searched refs:X86_CR0_CD (Results 1 – 8 of 8) sorted by relevance
151 cr0 = read_cr0() | X86_CR0_CD; in prepare_set()172 write_cr0(read_cr0() & ~X86_CR0_CD); in post_set()
744 cr0 = read_cr0() | X86_CR0_CD; in prepare_set()787 write_cr0(read_cr0() & ~X86_CR0_CD); in post_set()
70 #define X86_CR0_CD _BITUL(X86_CR0_CD_BIT) macro
85 | X86_CR0_NW | X86_CR0_CD | X86_CR0_PG))
130 #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()
1636 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()
776 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()
4309 ((new_val & X86_CR0_NW) && !(new_val & X86_CR0_CD))) in check_cr_write()