Searched refs:X86_CR0_NE (Results 1 – 5 of 5) sorted by relevance
62 #define X86_CR0_NE _BITUL(X86_CR0_NE_BIT) macro178 X86_CR0_NE | X86_CR0_WP | X86_CR0_AM | \
507 sregs.cr0 = X86_CR0_PE | X86_CR0_NE | X86_CR0_PG; in vcpu_init_sregs()
1361 #define X86_CR0_NE (1UL<<5) /* Numeric Error */ macro
129 | X86_CR0_ET | X86_CR0_NE | X86_CR0_WP | X86_CR0_AM \
7144 #define VMXON_CR0_ALWAYSON (X86_CR0_PE | X86_CR0_PG | X86_CR0_NE) in nested_vmx_setup_cr_fixed()