Searched refs:X86_CR0_CD (Results 1 – 8 of 8) sorted by relevance
39 #define X86_CR0_CD 0x40000000 /* Cache Disable */ macro
149 cr0 = read_cr0() | X86_CR0_CD; in prepare_set()
674 cr0 = read_cr0() | X86_CR0_CD; in prepare_set()
51 | X86_CR0_NW | X86_CR0_CD | X86_CR0_PG))
1157 (void)kvm_set_cr0(&svm->vcpu, X86_CR0_NW | X86_CR0_CD | X86_CR0_ET); in init_vmcb()1579 cr0 &= ~(X86_CR0_CD | X86_CR0_NW); in svm_set_cr0()
502 X86_CR0_CD | X86_CR0_NW; in kvm_set_cr0()513 if ((cr0 & X86_CR0_NW) && !(cr0 & X86_CR0_CD)) in kvm_set_cr0()
100 #define KVM_GUEST_CR0_MASK (X86_CR0_NW | X86_CR0_CD)4375 vmx->vcpu.arch.cr0 = X86_CR0_NW | X86_CR0_CD | X86_CR0_ET; in vmx_vcpu_reset()
3511 ((new_val & X86_CR0_NW) && !(new_val & X86_CR0_CD))) in check_cr_write()