Searched refs:X86_CR0_CD (Results 1 – 11 of 11) 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()
501 write_cr0(read_cr0() | X86_CR0_CD); in disable_caches()507 write_cr0(read_cr0() & ~X86_CR0_CD); in enable_caches()
70 #define X86_CR0_CD _BITUL(X86_CR0_CD_BIT) macro
115 write_cr0(cr0 | X86_CR0_CD); in powernow_k6_set_cpu_multiplier()
440 #define X86_CR0_CD (1UL<<30) /* Cache Disable */ macro
313 if (CC((save->cr0 & X86_CR0_CD) == 0 && (save->cr0 & X86_CR0_NW)) || in nested_vmcb_valid_sregs()1379 if (((cr0 & X86_CR0_CD) == 0) && (cr0 & X86_CR0_NW)) in svm_set_nested_state()
1818 hcr0 &= ~(X86_CR0_CD | X86_CR0_NW); in svm_set_cr0()
109 | X86_CR0_NW | X86_CR0_CD | X86_CR0_PG))
849 if (((cr0 ^ old_cr0) & X86_CR0_CD) && in kvm_post_set_cr0()859 unsigned long pdptr_bits = X86_CR0_CD | X86_CR0_NW | X86_CR0_PG; in kvm_set_cr0()870 if ((cr0 & X86_CR0_NW) && !(cr0 & X86_CR0_CD)) in kvm_set_cr0()11112 new_cr0 |= (old_cr0 & (X86_CR0_NW | X86_CR0_CD)); in kvm_vcpu_reset()11114 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)7003 if (kvm_read_cr0(vcpu) & X86_CR0_CD) { in vmx_get_mt_mask()
Completed in 62 milliseconds