Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Dspecialreg.h53 #define CR0_AM 0x00040000 /* Alignment Mask (set to enable AC flag) */ macro
/f-stack/freebsd/amd64/vmm/
H A Dvmm_instruction_emul.c1852 if (cpl != 3 || (cr0 & CR0_AM) == 0 || (rf & PSL_AC) == 0) in vie_alignment_check()
/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()