Searched refs:X86_CR0_NW (Results 1 – 9 of 9) sorted by relevance
68 #define X86_CR0_NW _BITUL(X86_CR0_NW_BIT) macro
140 write_cr0(read_cr0() | X86_CR0_NW); in set_cx86_memwb()
388 #define X86_CR0_NW (1UL<<29) /* Not Write-through */ macro
235 if (((vmcb12->save.cr0 & X86_CR0_CD) == 0) && (vmcb12->save.cr0 & X86_CR0_NW)) in nested_vmcb_checks()1179 if (((cr0 & X86_CR0_CD) == 0) && (cr0 & X86_CR0_NW)) in svm_set_nested_state()
1200 svm_set_cr0(&svm->vcpu, X86_CR0_NW | X86_CR0_CD | X86_CR0_ET); in init_vmcb()1681 cr0 &= ~(X86_CR0_CD | X86_CR0_NW); in svm_set_cr0()
95 | X86_CR0_NW | X86_CR0_CD | X86_CR0_PG))
134 #define KVM_VM_CR0_ALWAYS_OFF (X86_CR0_NW | X86_CR0_CD)4467 cr0 = X86_CR0_NW | X86_CR0_CD | X86_CR0_ET; in vmx_vcpu_reset()
810 unsigned long pdptr_bits = X86_CR0_CD | X86_CR0_NW | X86_CR0_PG; in kvm_set_cr0()822 if ((cr0 & X86_CR0_NW) && !(cr0 & X86_CR0_CD)) in kvm_set_cr0()
4253 ((new_val & X86_CR0_NW) && !(new_val & X86_CR0_CD))) in check_cr_write()