Home
last modified time | relevance | path

Searched refs:X86_CR0_NE (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/kvm/include/x86/
H A Dprocessor.h1530 #define X86_CR0_NE (1UL<<5) /* Numeric Error */ macro
/linux/tools/testing/selftests/kvm/lib/x86/
H A Dprocessor.c656 sregs.cr0 = X86_CR0_PE | X86_CR0_NE | X86_CR0_PG; in vcpu_init_sregs()
/linux/arch/x86/include/asm/
H A Dkvm_host.h136 | X86_CR0_ET | X86_CR0_NE | X86_CR0_WP | X86_CR0_AM \
/linux/arch/x86/kvm/vmx/
H A Dnested.c7324 #define VMXON_CR0_ALWAYSON (X86_CR0_PE | X86_CR0_PG | X86_CR0_NE) in nested_vmx_setup_cr_fixed()
H A Dvmx.c160 #define KVM_VM_CR0_ALWAYS_ON_UNRESTRICTED_GUEST X86_CR0_NE