Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/uapi/asm/
Dprocessor-flags.h62 #define X86_CR0_NE _BITUL(X86_CR0_NE_BIT) macro
163 X86_CR0_NE | X86_CR0_WP | X86_CR0_AM | \
/Linux-v4.19/tools/testing/selftests/kvm/include/
Dx86.h318 #define X86_CR0_NE (1UL<<5) /* Numeric Error */ macro
/Linux-v4.19/tools/testing/selftests/kvm/lib/
Dx86.c628 sregs.cr0 = X86_CR0_PE | X86_CR0_NE | X86_CR0_PG; in vcpu_setup()
/Linux-v4.19/arch/x86/include/asm/
Dkvm_host.h84 | X86_CR0_ET | X86_CR0_NE | X86_CR0_WP | X86_CR0_AM \
/Linux-v4.19/arch/x86/kvm/
Dvmx.c135 #define KVM_VM_CR0_ALWAYS_ON_UNRESTRICTED_GUEST X86_CR0_NE
3693 #define VMXON_CR0_ALWAYSON (X86_CR0_PE | X86_CR0_PG | X86_CR0_NE) in nested_vmx_setup_ctls_msrs()