Searched refs:PSL_ID (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/sys/x86/include/
H A Dpsl.h58 #define PSL_ID 0x00200000 /* identification bit */ macro
90 | PSL_D | PSL_V | PSL_NT | PSL_RF | PSL_AC | PSL_ID)
/freebsd-10.3-release/sys/boot/i386/libi386/
H A Dbootinfo64.c143 write_eflags(eflags ^ PSL_ID);
144 if (!((eflags ^ read_eflags()) & PSL_ID))
/freebsd-10.3-release/sys/boot/userboot/userboot/
H A Dbootinfo64.c142 write_eflags(eflags ^ PSL_ID);
143 if (!((eflags ^ read_eflags()) & PSL_ID))
/freebsd-10.3-release/sys/i386/i386/
H A Dlocore.s605 xorl $PSL_ID,%eax
611 andl $PSL_ID,%eax

Completed in 103 milliseconds