Searched refs:SET_LOWER_32 (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/sparc/fs/proc/ |
H A D | prmachdep.c | 224 #define SET_LOWER_32(all, lower) \ macro 235 dest[R_G0] = SET_LOWER_32(0, src[R_G0]); in prgregset_32ton() 236 dest[R_G1] = SET_LOWER_32(r->r_g1, src[R_G1]); in prgregset_32ton() 237 dest[R_G2] = SET_LOWER_32(r->r_g2, src[R_G2]); in prgregset_32ton() 238 dest[R_G3] = SET_LOWER_32(r->r_g3, src[R_G3]); in prgregset_32ton() 239 dest[R_G4] = SET_LOWER_32(r->r_g4, src[R_G4]); in prgregset_32ton() 240 dest[R_G5] = SET_LOWER_32(r->r_g5, src[R_G5]); in prgregset_32ton() 241 dest[R_G6] = SET_LOWER_32(r->r_g6, src[R_G6]); in prgregset_32ton() 242 dest[R_G7] = SET_LOWER_32(r->r_g7, src[R_G7]); in prgregset_32ton() 244 dest[R_O0] = SET_LOWER_32(r->r_o0, src[R_O0]); in prgregset_32ton() [all …]
|
/titanic_41/usr/src/uts/sparc/v9/os/ |
H A D | v9dep.c | 67 #define SET_LOWER_32(all, lower) \ macro 136 pfp->fpu_fsr = SET_LOWER_32(pfp->fpu_fsr, fp->fpu_fsr); in setfpregs()
|