Home
last modified time | relevance | path

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

/freebsd/stand/userboot/userboot/
H A Delf64_freebsd.c142 CALLBACK(setcr, 0, CR0_PG | CR0_PE | CR0_NE); in elf64_exec()
/freebsd/sys/x86/include/
H A Dspecialreg.h47 #define CR0_NE 0x00000020 /* Numeric Error enable (EX16 vs IRQ13) */ macro
/freebsd/sys/i386/i386/
H A Dmachdep.c322 cr0 |= CR0_MP | CR0_NE | CR0_TS | CR0_WP | CR0_AM; in cpu_setregs()
/freebsd/sys/amd64/amd64/
H A Dmachdep.c328 cr0 |= CR0_MP | CR0_NE | CR0_TS | CR0_WP | CR0_AM; in cpu_setregs()