Searched refs:X86_CR0_CD (Results 1 – 6 of 6) sorted by relevance
38 #define X86_CR0_CD 0x40000000 /* Cache Disable */ macro
149 cr0 = read_cr0() | X86_CR0_CD; in prepare_set()
678 cr0 = read_cr0() | X86_CR0_CD; in prepare_set()
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()