fpcntl 88 arch/m68k/include/asm/processor.h unsigned long fpcntl[3]; /* fp control regs */ fpcntl 34 arch/m68k/include/asm/user.h unsigned long fpcntl[3]; /* fp control regs */ fpcntl 38 arch/m68k/kernel/asm-offsets.c DEFINE(THREAD_FPCNTL, offsetof(struct thread_struct, fpcntl)); fpcntl 173 arch/m68k/kernel/process.c "m" (p->thread.fpcntl[0]), fpcntl 174 arch/m68k/kernel/process.c "m" (p->thread.fpcntl[1]), fpcntl 175 arch/m68k/kernel/process.c "m" (p->thread.fpcntl[2]) fpcntl 182 arch/m68k/kernel/process.c "m" (p->thread.fpcntl[0]) fpcntl 201 arch/m68k/kernel/process.c memcpy(fpu->fpcntl, current->thread.fpcntl, 12); fpcntl 226 arch/m68k/kernel/process.c : "m" (fpu->fpcntl[0]), fpcntl 227 arch/m68k/kernel/process.c "m" (fpu->fpcntl[1]), fpcntl 228 arch/m68k/kernel/process.c "m" (fpu->fpcntl[2]), fpcntl 234 arch/m68k/kernel/process.c : "m" (fpu->fpcntl[0]) fpcntl 262 arch/m68k/kernel/signal.c memcpy(current->thread.fpcntl, sc->sc_fpcntl, 12); fpcntl 341 arch/m68k/kernel/signal.c if (__copy_from_user(current->thread.fpcntl, fpcntl 434 arch/m68k/kernel/signal.c memcpy(sc->sc_fpcntl, current->thread.fpcntl, 12); fpcntl 492 arch/m68k/kernel/signal.c current->thread.fpcntl, 12);