Searched refs:sc_fpcntl (Results 1 – 2 of 2) sorted by relevance
263 memcpy(current->thread.fpcntl, sc->sc_fpcntl, 12); in restore_fpu_state()305 "m" (sc->sc_fpcntl[0]), in restore_fpu_state()306 "m" (sc->sc_fpcntl[1]), in restore_fpu_state()307 "m" (sc->sc_fpcntl[2])); in restore_fpu_state()315 "m" (*sc->sc_fpcntl)); in restore_fpu_state()435 memcpy(sc->sc_fpcntl, current->thread.fpcntl, 12); in save_fpu_state()466 "=m" (sc->sc_fpcntl[0]), in save_fpu_state()467 "=m" (sc->sc_fpcntl[1]), in save_fpu_state()468 "=m" (sc->sc_fpcntl[2]) in save_fpu_state()477 "=m" (*sc->sc_fpcntl) in save_fpu_state()
20 unsigned long sc_fpcntl[3]; member