tag | line | file | source code |
sc_fpregs | 123 | arch/alpha/kernel/signal.c | sw->fp[i] = get_fs_quad(sc->sc_fpregs+i); |
sc_fpregs | 183 | arch/alpha/kernel/signal.c | put_fs_quad(sw->fp[i], sc->sc_fpregs+i); |
sc_fpregs | 126 | arch/m68k/kernel/signal.c | printk("fpregs=%08x fpcntl=%08x\n", context.sc_fpregs, |
sc_fpregs | 182 | arch/m68k/kernel/signal.c | : "m" (*context.sc_fpregs), |
sc_fpregs | 348 | arch/m68k/kernel/signal.c | printk("fpregs=%08x fpcntl=%08x\n", context.sc_fpregs, |
sc_fpregs | 354 | arch/m68k/kernel/signal.c | : "m" (*context.sc_fpregs), |
sc_fpregs | 19 | include/asm-alpha/sigcontext.h | long sc_fpregs[32]; |
sc_fpregs | 14 | include/asm-m68k/sigcontext.h | unsigned long sc_fpregs[2*3]; /* room for two fp registers */ |