Searched refs:sc_fpcntl (Results 1 – 2 of 2) sorted by relevance
261 memcpy(current->thread.fpcntl, sc->sc_fpcntl, 12); in restore_fpu_state()303 "m" (sc->sc_fpcntl[0]), in restore_fpu_state()304 "m" (sc->sc_fpcntl[1]), in restore_fpu_state()305 "m" (sc->sc_fpcntl[2])); in restore_fpu_state()313 "m" (*sc->sc_fpcntl)); in restore_fpu_state()433 memcpy(sc->sc_fpcntl, current->thread.fpcntl, 12); in save_fpu_state()464 "=m" (sc->sc_fpcntl[0]), in save_fpu_state()465 "=m" (sc->sc_fpcntl[1]), in save_fpu_state()466 "=m" (sc->sc_fpcntl[2]) in save_fpu_state()475 "=m" (*sc->sc_fpcntl) in save_fpu_state()
20 unsigned long sc_fpcntl[3]; member
Completed in 5 milliseconds