Home
last modified time | relevance | path

Searched refs:CR0_NE (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/x86/include/
H A Dspecialreg.h50 #define CR0_NE 0x00000020 /* Numeric Error enable (EX16 vs IRQ13) */ macro
/f-stack/freebsd/amd64/amd64/
H A Dmachdep.c659 cr0 |= CR0_MP | CR0_NE | CR0_TS | CR0_WP | CR0_AM; in cpu_setregs()
/f-stack/freebsd/i386/i386/
H A Dmachdep.c1231 cr0 |= CR0_MP | CR0_NE | CR0_TS | CR0_WP | CR0_AM; in cpu_setregs()