Searched refs:sc_pc (Results 1 - 20 of 20) sorted by relevance

/linux-4.4.14/arch/sh/include/cpu-common/cpu/
H A Dsigcontext.h9 unsigned long sc_pc; member in struct:sigcontext
/linux-4.4.14/arch/sh/include/uapi/asm/
H A Dsigcontext.h11 unsigned long long sc_pc; member in struct:sigcontext
21 unsigned long sc_pc; member in struct:sigcontext
/linux-4.4.14/arch/score/include/uapi/asm/
H A Dsigcontext.h12 unsigned long sc_pc; member in struct:sigcontext
/linux-4.4.14/arch/sh/include/cpu-sh4/cpu/
H A Dsigcontext.h9 unsigned long sc_pc; member in struct:sigcontext
/linux-4.4.14/arch/m68k/include/uapi/asm/
H A Dsigcontext.h15 unsigned long sc_pc; member in struct:sigcontext
/linux-4.4.14/arch/h8300/include/uapi/asm/
H A Dsigcontext.h15 unsigned long sc_pc; member in struct:sigcontext
/linux-4.4.14/arch/xtensa/include/uapi/asm/
H A Dsigcontext.h16 unsigned long sc_pc; member in struct:sigcontext
/linux-4.4.14/arch/alpha/include/uapi/asm/
H A Dsigcontext.h15 long sc_pc; member in struct:sigcontext
/linux-4.4.14/arch/mips/include/asm/
H A Dsigcontext.h19 __u64 sc_pc; member in struct:sigcontext32
/linux-4.4.14/arch/mips/include/uapi/asm/
H A Dsigcontext.h36 unsigned long long sc_pc; member in struct:sigcontext
80 __u64 sc_pc; member in struct:sigcontext
/linux-4.4.14/arch/c6x/include/uapi/asm/
H A Dsigcontext.h77 unsigned long sc_pc; member in struct:sigcontext
/linux-4.4.14/arch/blackfin/include/uapi/asm/
H A Dsigcontext.h33 unsigned long sc_pc; member in struct:sigcontext
/linux-4.4.14/arch/score/kernel/
H A Dsignal.c49 reg = regs->cp0_epc; err |= __put_user(reg, &sc->sc_pc); setup_sigcontext()
83 err |= __get_user(regs->cp0_epc, &sc->sc_pc); restore_sigcontext()
H A Dasm-offsets.c172 OFFSET(SC_PC, sigcontext, sc_pc); output_sc_defines()
/linux-4.4.14/arch/mips/kernel/
H A Dsignal32.c76 err |= __put_user(regs->cp0_epc, &sc->sc_pc); setup_sigcontext32()
113 err |= __get_user(regs->cp0_epc, &sc->sc_pc); restore_sigcontext32()
H A Dasm-offsets.c222 OFFSET(SC_PC, sigcontext, sc_pc); output_sc_defines()
243 OFFSET(SC_PC, sigcontext, sc_pc); output_sc_defines()
H A Dsignal.c415 err |= __put_user(regs->cp0_epc, &sc->sc_pc); setup_sigcontext()
496 err |= __get_user(regs->cp0_epc, &sc->sc_pc); restore_sigcontext()
/linux-4.4.14/arch/alpha/kernel/
H A Dsignal.c151 long i, err = __get_user(regs->pc, &sc->sc_pc); restore_sigcontext()
289 err |= __put_user(regs->pc, &sc->sc_pc); setup_sigcontext()
/linux-4.4.14/arch/h8300/kernel/
H A Dsignal.c145 err |= __put_user(regs->pc, &sc->sc_pc); setup_sigcontext()
/linux-4.4.14/arch/m68k/kernel/
H A Dsignal.c670 regs->pc = context.sc_pc; restore_sigcontext()
801 sc->sc_pc = regs->pc; setup_sigcontext()

Completed in 569 milliseconds