Searched refs:CR0_NE (Results 1 – 7 of 7) sorted by relevance
105 state->crs[NVMM_X64_CR_CR0] = CR0_PG|CR0_PE|CR0_NE|CR0_TS|CR0_MP|CR0_WP|CR0_AM; in reset_machine()
251 state->crs[NVMM_X64_CR_CR0] = CR0_PG|CR0_PE|CR0_NE|CR0_TS|CR0_MP|CR0_WP|CR0_AM; in reset_machine64()
389 orl $(CR0_PE|CR0_PG|CR0_NE|CR0_TS|CR0_MP|CR0_WP|CR0_AM),%eax
45 #define CR0_NE 0x00000020 /* Numeric Error enable (EX16 vs IRQ13) */ macro
629 cr0 |= CR0_NE; /* Done by npxinit() */ in cpu_setregs()
1636 realcr0 = (fakecr0 & ~CR0_STATIC_MASK) | CR0_ET | CR0_NE; in vmx_inkernel_handle_cr0()2638 CR0_ET | CR0_NE); in vmx_vcpu_setstate()
1557 cr0 |= CR0_NE; /* Done by npxinit() */ in cpu_setregs()