Searched refs:sc_sr (Results 1 - 6 of 6) sorted by relevance
/linux-4.1.27/arch/sh/include/cpu-common/cpu/ | ||
H A D | sigcontext.h | 11 unsigned long sc_sr; member in struct:sigcontext |
/linux-4.1.27/arch/sh/include/uapi/asm/ | ||
H A D | sigcontext.h | 12 unsigned long long sc_sr; member in struct:sigcontext 23 unsigned long sc_sr; member in struct:sigcontext |
/linux-4.1.27/arch/sh/include/cpu-sh4/cpu/ | ||
H A D | sigcontext.h | 11 unsigned long sc_sr; member in struct:sigcontext |
/linux-4.1.27/arch/m68k/include/uapi/asm/ | ||
H A D | sigcontext.h | 14 unsigned short sc_sr; member in struct:sigcontext |
/linux-4.1.27/arch/m68k/kernel/ | ||
H A D | signal.c | 669 regs->sr = (regs->sr & 0xff00) | (context.sc_sr & 0xff); restore_sigcontext() 800 sc->sc_sr = regs->sr; setup_sigcontext() |
/linux-4.1.27/arch/sh/kernel/ | ||
H A D | signal_64.c | 236 err |= __get_user(new_sr, &sc->sc_sr); restore_sigcontext() |
Completed in 174 milliseconds