Home
last modified time | relevance | path

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

/openbsd-src/sys/arch/amd64/include/
H A Dpsl.h52 #define PSL_V 0x00000800 /* overflow flag */ macro
/openbsd-src/sys/arch/i386/include/
H A Dpsl.h52 #define PSL_V 0x00000800 /* overflow flag */ macro
/openbsd-src/sys/arch/hppa/include/
H A Dpsl.h86 #define PSL_V (1 << (31-PSL_V_POS)) /* Divide Step Correction */ macro