Searched refs:X86_CR0_NE (Results 1 – 9 of 9) sorted by relevance
62 #define X86_CR0_NE _BITUL(X86_CR0_NE_BIT) macro171 X86_CR0_NE | X86_CR0_WP | X86_CR0_AM | \
34 #define X86_CR0_NE 0x00000020 /* Numeric Error */ macro
53 andl $(~(X86_CR0_PG | X86_CR0_AM | X86_CR0_WP | X86_CR0_NE | \
315 const u32 mp_ne_set = X86_CR0_MP | X86_CR0_NE; in x86_cpu_init_f()
1230 #define X86_CR0_NE (1UL<<5) /* Numeric Error */ macro
539 sregs.cr0 = X86_CR0_PE | X86_CR0_NE | X86_CR0_PG; in vcpu_setup()
119 | X86_CR0_ET | X86_CR0_NE | X86_CR0_WP | X86_CR0_AM \
7033 #define VMXON_CR0_ALWAYSON (X86_CR0_PE | X86_CR0_PG | X86_CR0_NE) in nested_vmx_setup_cr_fixed()
146 #define KVM_VM_CR0_ALWAYS_ON_UNRESTRICTED_GUEST X86_CR0_NE