Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/bhyve/x86/
H A Dpsl.h49 #define PSL_D 0x00000400 /* string instruction direction 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.h49 #define PSL_D 0x00000400 /* string instruction direction bit */ macro
90 | PSL_D | PSL_V | PSL_NT | PSL_RF | PSL_AC | PSL_ID)
/illumos-gate/usr/src/boot/i386/btx/btx/
H A Dbtx.S44 .set PSL_D,0x00000400 # String instruction direction define
616 pushl $PSL_RESERVED_DEFAULT|PSL_D # Use clean %eflags with
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_instruction_emul.c1296 if (rflags & PSL_D) { in vie_emulate_movs()
1363 if (rflags & PSL_D) in vie_emulate_stos()
2543 if (rflags & PSL_D) { in vie_emulate_inout_str()