Searched refs:X86_CR0_CD (Results 1 – 10 of 10) sorted by relevance
151 cr0 = read_cr0() | X86_CR0_CD; in prepare_set()172 write_cr0(read_cr0() & ~X86_CR0_CD); in post_set()
83 sregs.cr0 &= ~(X86_CR0_CD | X86_CR0_NW); in test_cr_bits()
673 cr0 = read_cr0() | X86_CR0_CD; in cache_disable()704 write_cr0(read_cr0() & ~X86_CR0_CD); in cache_enable()
13 #define X86_CR0_PDPTR_BITS (X86_CR0_CD | X86_CR0_NW | X86_CR0_PG)
1115 if ((cr0 & X86_CR0_NW) && !(cr0 & X86_CR0_CD)) in kvm_is_valid_cr0()13123 new_cr0 |= (old_cr0 & (X86_CR0_NW | X86_CR0_CD)); in kvm_vcpu_reset()13125 new_cr0 |= X86_CR0_NW | X86_CR0_CD; in kvm_vcpu_reset()
428 if (CC((save->cr0 & X86_CR0_CD) == 0 && (save->cr0 & X86_CR0_NW)) || in nested_vmcb_check_save()1957 if (((cr0 & X86_CR0_CD) == 0) && (cr0 & X86_CR0_NW)) in svm_set_nested_state()
1801 hcr0 &= ~(X86_CR0_CD | X86_CR0_NW); in svm_set_cr0()
1534 #define X86_CR0_CD (1UL<<30) /* Cache Disable */ macro
137 | X86_CR0_NW | X86_CR0_CD | X86_CR0_PG))
159 #define KVM_VM_CR0_ALWAYS_OFF (X86_CR0_NW | X86_CR0_CD)