Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/uapi/asm/
Dprocessor-flags.h62 #define X86_CR0_NE _BITUL(X86_CR0_NE_BIT) macro
165 X86_CR0_NE | X86_CR0_WP | X86_CR0_AM | \
/linux-6.1.9/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h884 #define X86_CR0_NE (1UL<<5) /* Numeric Error */ macro
/linux-6.1.9/tools/testing/selftests/kvm/lib/x86_64/
Dprocessor.c589 sregs.cr0 = X86_CR0_PE | X86_CR0_NE | X86_CR0_PG; in vcpu_setup()
/linux-6.1.9/arch/x86/include/asm/
Dkvm_host.h114 | X86_CR0_ET | X86_CR0_NE | X86_CR0_WP | X86_CR0_AM \
/linux-6.1.9/arch/x86/kvm/vmx/
Dnested.c6930 #define VMXON_CR0_ALWAYSON (X86_CR0_PE | X86_CR0_PG | X86_CR0_NE) in nested_vmx_setup_ctls_msrs()
Dvmx.c144 #define KVM_VM_CR0_ALWAYS_ON_UNRESTRICTED_GUEST X86_CR0_NE