Searched refs:X86_CR0_NW (Results 1 – 5 of 5) sorted by relevance
37 #define X86_CR0_NW 0x20000000 /* Not Write-through */ macro
137 write_cr0(read_cr0() | X86_CR0_NW); in set_cx86_memwb()
76 (X86_CR0_WP | X86_CR0_NE | X86_CR0_NW | X86_CR0_CD)2852 vmx->vcpu.arch.cr0 = X86_CR0_NW | X86_CR0_CD | X86_CR0_ET; in vmx_vcpu_reset()
66 | X86_CR0_NW | X86_CR0_CD | X86_CR0_PG))493 X86_CR0_CD | X86_CR0_NW; in kvm_set_cr0()504 if ((cr0 & X86_CR0_NW) && !(cr0 & X86_CR0_CD)) in kvm_set_cr0()
987 (void)kvm_set_cr0(&svm->vcpu, X86_CR0_NW | X86_CR0_CD | X86_CR0_ET); in init_vmcb()1418 cr0 &= ~(X86_CR0_CD | X86_CR0_NW); in svm_set_cr0()