Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/x86/include/
HDpsl.h59 #define PSL_ID 0x00200000 /* identification bit */ macro
91 | PSL_D | PSL_V | PSL_NT | PSL_RF | PSL_AC | PSL_ID)
/freebsd-14-stable/stand/userboot/userboot/
HDbootinfo64.c53 write_eflags(eflags ^ PSL_ID); in bi_checkcpu()
54 if (!((eflags ^ read_eflags()) & PSL_ID)) in bi_checkcpu()
/freebsd-14-stable/stand/i386/libi386/
HDbootinfo64.c58 write_eflags(eflags ^ PSL_ID); in bi_checkcpu()
59 if (!((eflags ^ read_eflags()) & PSL_ID)) in bi_checkcpu()
/freebsd-14-stable/sys/i386/i386/
HDlocore.S365 xorl $PSL_ID,%eax
371 andl $PSL_ID,%eax