Home
last modified time | relevance | path

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

/linux/arch/x86/include/uapi/asm/
H A Dprocessor-flags.h62 #define X86_CR0_NE _BITUL(X86_CR0_NE_BIT) macro
178 X86_CR0_NE | X86_CR0_WP | X86_CR0_AM | \
/linux/tools/testing/selftests/kvm/lib/x86_64/
H A Dprocessor.c507 sregs.cr0 = X86_CR0_PE | X86_CR0_NE | X86_CR0_PG; in vcpu_init_sregs()
/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h1361 #define X86_CR0_NE (1UL<<5) /* Numeric Error */ macro
/linux/arch/x86/include/asm/
H A Dkvm_host.h129 | X86_CR0_ET | X86_CR0_NE | X86_CR0_WP | X86_CR0_AM \
/linux/arch/x86/kvm/vmx/
H A Dnested.c7144 #define VMXON_CR0_ALWAYSON (X86_CR0_PE | X86_CR0_PG | X86_CR0_NE) in nested_vmx_setup_cr_fixed()