Home
last modified time | relevance | path

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

/linux/arch/x86/include/uapi/asm/
A Dprocessor-flags.h68 #define X86_CR0_NW _BITUL(X86_CR0_NW_BIT) macro
/linux/arch/x86/kernel/cpu/
A Dcyrix.c140 write_cr0(read_cr0() | X86_CR0_NW); in set_cx86_memwb()
/linux/tools/testing/selftests/kvm/include/x86_64/
A Dprocessor.h439 #define X86_CR0_NW (1UL<<29) /* Not Write-through */ macro
/linux/arch/x86/kvm/svm/
A Dnested.c313 if (CC((save->cr0 & X86_CR0_CD) == 0 && (save->cr0 & X86_CR0_NW)) || in nested_vmcb_valid_sregs()
1379 if (((cr0 & X86_CR0_CD) == 0) && (cr0 & X86_CR0_NW)) in svm_set_nested_state()
A Dsvm.c1818 hcr0 &= ~(X86_CR0_CD | X86_CR0_NW); in svm_set_cr0()
/linux/arch/x86/include/asm/
A Dkvm_host.h109 | X86_CR0_NW | X86_CR0_CD | X86_CR0_PG))
/linux/arch/x86/kvm/
A Dx86.c859 unsigned long pdptr_bits = X86_CR0_CD | X86_CR0_NW | X86_CR0_PG; in kvm_set_cr0()
870 if ((cr0 & X86_CR0_NW) && !(cr0 & X86_CR0_CD)) in kvm_set_cr0()
11112 new_cr0 |= (old_cr0 & (X86_CR0_NW | X86_CR0_CD)); in kvm_vcpu_reset()
11114 new_cr0 |= X86_CR0_NW | X86_CR0_CD; in kvm_vcpu_reset()
/linux/arch/x86/kvm/vmx/
A Dvmx.c136 #define KVM_VM_CR0_ALWAYS_OFF (X86_CR0_NW | X86_CR0_CD)

Completed in 65 milliseconds