Home
last modified time | relevance | path

Searched refs:SET_LOWER_32 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sparc/fs/proc/
H A Dprmachdep.c224 #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 …]
/illumos-gate/usr/src/uts/sparc/v9/os/
H A Dv9dep.c68 #define SET_LOWER_32(all, lower) \ macro
137 pfp->fpu_fsr = SET_LOWER_32(pfp->fpu_fsr, fp->fpu_fsr); in setfpregs()