Searched refs:PSL_Z (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/sys/arch/amd64/include/
H A Dpsl.h47 #define PSL_Z 0x00000040 /* zero flag */ macro
67 #define PSL_USER (PSL_C | PSL_MBO | PSL_PF | PSL_AF | PSL_Z | PSL_N | PSL_V)
/openbsd-current/sys/arch/i386/include/
H A Dpsl.h47 #define PSL_Z 0x00000040 /* zero flag */ macro
/openbsd-current/sys/arch/hppa/include/
H A Dpsl.h74 #define PSL_Z (1 << (31-PSL_Z_POS)) /* Instruction Debug Trap Disable */ macro
H A Ddb_machdep.h71 #define db_clear_single_step(r) ((r)->tf_flags &= ~(PSL_Z))
72 #define db_set_single_step(r) ((r)->tf_flags |= (PSL_Z))
/openbsd-current/sys/arch/hppa/hppa/
H A Dmachdep.c1319 #define PSL_MBZ (PSL_Y|PSL_Z|PSL_S|PSL_X|PSL_M|PSL_R)
/openbsd-current/sys/arch/amd64/amd64/
H A Dvmm_machdep.c8460 { PSL_Z, "ZF ", "zf "},

Completed in 107 milliseconds