Home
last modified time | relevance | path

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

/freebsd/sys/x86/include/
H A Dpsl.h57 #define PSL_ID 0x00200000 /* identification bit */ macro
89 | PSL_D | PSL_V | PSL_NT | PSL_RF | PSL_AC | PSL_ID)
/freebsd/stand/userboot/userboot/
H A Dbootinfo64.c53 write_eflags(eflags ^ PSL_ID); in bi_checkcpu()
54 if (!((eflags ^ read_eflags()) & PSL_ID)) in bi_checkcpu()
/freebsd/stand/i386/libi386/
H A Dbootinfo64.c58 write_eflags(eflags ^ PSL_ID); in bi_checkcpu()
59 if (!((eflags ^ read_eflags()) & PSL_ID)) in bi_checkcpu()
/freebsd/sys/i386/i386/
H A Dlocore.S363 xorl $PSL_ID,%eax
369 andl $PSL_ID,%eax