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()
743 cr0 = read_cr0() | X86_CR0_CD; in prepare_set()786 write_cr0(read_cr0() & ~X86_CR0_CD); in post_set()
70 #define X86_CR0_CD _BITUL(X86_CR0_CD_BIT) macro
299 if (CC((save->cr0 & X86_CR0_CD) == 0 && (save->cr0 & X86_CR0_NW)) || in nested_vmcb_valid_sregs()1345 if (((cr0 & X86_CR0_CD) == 0) && (cr0 & X86_CR0_NW)) in svm_set_nested_state()
1781 hcr0 &= ~(X86_CR0_CD | X86_CR0_NW); in svm_set_cr0()
110 | X86_CR0_NW | X86_CR0_CD | X86_CR0_PG))
886 if ((cr0 & X86_CR0_NW) && !(cr0 & X86_CR0_CD)) in kvm_is_valid_cr0()905 if (((cr0 ^ old_cr0) & X86_CR0_CD) && in kvm_post_set_cr0()915 unsigned long pdptr_bits = X86_CR0_CD | X86_CR0_NW | X86_CR0_PG; in kvm_set_cr0()11238 new_cr0 |= (old_cr0 & (X86_CR0_NW | X86_CR0_CD)); in kvm_vcpu_reset()11240 new_cr0 |= X86_CR0_NW | X86_CR0_CD; in kvm_vcpu_reset()
136 #define KVM_VM_CR0_ALWAYS_OFF (X86_CR0_NW | X86_CR0_CD)7172 if (kvm_read_cr0(vcpu) & X86_CR0_CD) { in vmx_get_mt_mask()