Searched refs:PSL_AC (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/sys/x86/include/
H A Dpsl.h55 #define PSL_AC 0x00040000 /* alignment checking */ macro
78 * it on the kernel directly. Changes to PSL_AC are silently ignored on
90 | PSL_D | PSL_V | PSL_NT | PSL_RF | PSL_AC | PSL_ID)
/freebsd-10.2-release/sys/i386/i386/
H A Dlocore.s567 orl $PSL_AC,%eax
573 andl $PSL_AC,%eax
/freebsd-10.2-release/sys/i386/svr4/
H A Dsvr4_machdep.c499 tf->tf_eflags &= ~(PSL_T|PSL_VM|PSL_AC|PSL_D);
/freebsd-10.2-release/sys/boot/i386/btx/btx/
H A Dbtx.S47 .set PSL_AC,0x00040000 # Alignment check flag
508 andl $~(PSL_I|PSL_T|PSL_AC),%ebx # Disable interrupts, tracing,
/freebsd-10.2-release/sys/boot/pc98/btx/btx/
H A Dbtx.S45 .set PSL_AC,0x00040000 # Alignment check flag
534 andl $~(PSL_I|PSL_T|PSL_AC),%ebx # Disable interrupts, tracing,
/freebsd-10.2-release/sys/amd64/vmm/
H A Dvmm_instruction_emul.c1489 if (cpl != 3 || (cr0 & CR0_AM) == 0 || (rf & PSL_AC) == 0)

Completed in 97 milliseconds