Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/bhyve/x86/
H A Dpsl.h42 #define PSL_C 0x00000001 /* carry bit */ macro
89 #define PSL_USERCHANGE (PSL_C | PSL_PF | PSL_AF | PSL_Z | PSL_N | PSL_T \
/illumos-gate/usr/src/boot/sys/x86/include/
H A Dpsl.h42 #define PSL_C 0x00000001 /* carry bit */ macro
89 #define PSL_USERCHANGE (PSL_C | PSL_PF | PSL_AF | PSL_Z | PSL_N | PSL_T \
/illumos-gate/usr/src/boot/i386/btx/lib/
H A Dbtxv86.h65 #define V86_CY(x) ((x) & PSL_C)
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_instruction_emul.c634 #define RFLAGS_STATUS_BITS (PSL_C | PSL_PF | PSL_AF | PSL_Z | PSL_N | PSL_V)
2166 rflags |= PSL_C; in vie_emulate_bittest()
2168 rflags &= ~PSL_C; in vie_emulate_bittest()