Home
last modified time | relevance | path

Searched defs:PSL_Z (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/sys/arch/amd64/include/
H A Dpsl.h47 #define PSL_Z 0x00000040 /* zero flag */ macro
/openbsd-src/sys/arch/i386/include/
H A Dpsl.h47 #define PSL_Z 0x00000040 /* zero flag */ macro
/openbsd-src/sys/arch/hppa/include/
H A Dpsl.h74 #define PSL_Z (1 << (31-PSL_Z_POS)) /* Instruction Debug Trap Disable */ macro