Searched refs:X86_CR0_NE (Results 1 – 9 of 9) sorted by relevance
62 #define X86_CR0_NE _BITUL(X86_CR0_NE_BIT) macro163 X86_CR0_NE | X86_CR0_WP | X86_CR0_AM | \
34 #define X86_CR0_NE 0x00000020 /* Numeric Error */ macro
54 andl $(~(X86_CR0_PG | X86_CR0_AM | X86_CR0_WP | X86_CR0_NE | \
316 const u32 mp_ne_set = X86_CR0_MP | X86_CR0_NE; in x86_cpu_init_f()
385 #define X86_CR0_NE (1UL<<5) /* Numeric Error */ macro
564 sregs.cr0 = X86_CR0_PE | X86_CR0_NE | X86_CR0_PG; in vcpu_setup()
94 | X86_CR0_ET | X86_CR0_NE | X86_CR0_WP | X86_CR0_AM \
6606 #define VMXON_CR0_ALWAYSON (X86_CR0_PE | X86_CR0_PG | X86_CR0_NE) in nested_vmx_setup_ctls_msrs()
136 #define KVM_VM_CR0_ALWAYS_ON_UNRESTRICTED_GUEST X86_CR0_NE