Home
last modified time | relevance | path

Searched refs:X86_CR0_NW (Results 1 – 7 of 7) sorted by relevance

/arch/x86/include/uapi/asm/
Dprocessor-flags.h68 #define X86_CR0_NW _BITUL(X86_CR0_NW_BIT) macro
/arch/x86/kernel/cpu/
Dcyrix.c140 write_cr0(read_cr0() | X86_CR0_NW); in set_cx86_memwb()
/arch/x86/include/asm/
Dkvm_host.h85 | X86_CR0_NW | X86_CR0_CD | X86_CR0_PG))
/arch/x86/kvm/
Dsvm.c1593 svm_set_cr0(&svm->vcpu, X86_CR0_NW | X86_CR0_CD | X86_CR0_ET); in init_vmcb()
2581 cr0 &= ~(X86_CR0_CD | X86_CR0_NW); in svm_set_cr0()
Demulate.c4217 ((new_val & X86_CR0_NW) && !(new_val & X86_CR0_CD))) in check_cr_write()
Dx86.c765 if ((cr0 & X86_CR0_NW) && !(cr0 & X86_CR0_CD)) in kvm_set_cr0()
/arch/x86/kvm/vmx/
Dvmx.c129 #define KVM_VM_CR0_ALWAYS_OFF (X86_CR0_NW | X86_CR0_CD)
4360 cr0 = X86_CR0_NW | X86_CR0_CD | X86_CR0_ET; in vmx_vcpu_reset()