Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/i386/libi386/
H A Dcpuid.c50 write_rflags(flags ^ PSL_ID); in bi_checkcpu()
51 if (!((flags ^ read_rflags()) & PSL_ID)) in bi_checkcpu()
55 write_eflags(flags ^ PSL_ID); in bi_checkcpu()
56 if (!((flags ^ read_eflags()) & PSL_ID)) in bi_checkcpu()
/illumos-gate/usr/src/contrib/bhyve/x86/
H A Dpsl.h58 #define PSL_ID 0x00200000 /* identification bit */ macro
90 | PSL_D | PSL_V | PSL_NT | PSL_RF | PSL_AC | PSL_ID)
/illumos-gate/usr/src/boot/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)