Home
last modified time | relevance | path

Searched refs:R_PS (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/uts/intel/sys/
H A Dprocfs_isa.h98 #define R_PS REG_RFL macro
108 #define R_PS EFL macro
/titanic_50/usr/src/lib/libdtrace/sparc/
H A Dregs.d111 inline int R_PS = R_CCR; variable
112 #pragma D binding "1.0" R_PS
/titanic_50/usr/src/uts/sparc/sys/
H A Dprocfs_isa.h133 #define R_PS R_CCR macro
135 #define R_PS R_PSR macro
/titanic_50/usr/src/cmd/sgs/librtld_db/demo/i386/
H A Drdb_mach.h32 #define R_PS EFL macro
/titanic_50/usr/src/cmd/sgs/librtld_db/demo/amd64/
H A Drdb_mach.h36 #define R_PS REG_RFL macro
/titanic_50/usr/src/lib/libdtrace/i386/
H A Dregs.d.in75 inline int R_PS = R_EFL; variable
76 #pragma D binding "1.0" R_PS
/titanic_50/usr/src/cmd/sgs/librtld_db/demo/common/
H A Dmain.c237 if (!(pstatus.pr_lwp.pr_reg[R_PS] & ERRBIT)) { in main()