Searched refs:sc_pc (Results 1 – 16 of 16) sorted by relevance
/linux-6.12.1/arch/mips/include/uapi/asm/ |
D | sigcontext.h | 37 unsigned long long sc_pc; member 80 __u64 sc_pc; member
|
/linux-6.12.1/arch/sh/include/cpu-common/cpu/ |
D | sigcontext.h | 10 unsigned long sc_pc; member
|
/linux-6.12.1/arch/xtensa/include/uapi/asm/ |
D | sigcontext.h | 17 unsigned long sc_pc; member
|
/linux-6.12.1/arch/sh/include/uapi/asm/ |
D | sigcontext.h | 10 unsigned long sc_pc; member
|
/linux-6.12.1/arch/sh/include/cpu-sh4/cpu/ |
D | sigcontext.h | 10 unsigned long sc_pc; member
|
/linux-6.12.1/arch/m68k/include/uapi/asm/ |
D | sigcontext.h | 16 unsigned long sc_pc; member
|
/linux-6.12.1/arch/alpha/include/uapi/asm/ |
D | sigcontext.h | 16 long sc_pc; member
|
/linux-6.12.1/arch/mips/include/asm/ |
D | sigcontext.h | 19 __u64 sc_pc; member
|
/linux-6.12.1/arch/loongarch/include/uapi/asm/ |
D | sigcontext.h | 21 __u64 sc_pc; member
|
/linux-6.12.1/arch/mips/kernel/ |
D | signal_o32.c | 59 err |= __put_user(regs->cp0_epc, &sc->sc_pc); in setup_sigcontext32() 96 err |= __get_user(regs->cp0_epc, &sc->sc_pc); in restore_sigcontext32()
|
D | asm-offsets.c | 229 OFFSET(SC_PC, sigcontext, sc_pc); in output_sc_defines() 251 OFFSET(SC_PC, sigcontext, sc_pc); in output_sc_defines()
|
D | signal.c | 444 err |= __put_user(regs->cp0_epc, &sc->sc_pc); in setup_sigcontext() 525 err |= __get_user(regs->cp0_epc, &sc->sc_pc); in restore_sigcontext()
|
/linux-6.12.1/arch/alpha/kernel/ |
D | signal.c | 153 long err = __get_user(regs->pc, &sc->sc_pc); in restore_sigcontext() 280 err |= __put_user(regs->pc, &sc->sc_pc); in setup_sigcontext()
|
/linux-6.12.1/arch/m68k/kernel/ |
D | signal.c | 699 regs->pc = context.sc_pc; in restore_sigcontext() 825 sc->sc_pc = tregs->pc; in setup_sigcontext()
|
/linux-6.12.1/arch/loongarch/kernel/ |
D | asm-offsets.c | 219 OFFSET(SC_PC, sigcontext, sc_pc); in output_sc_defines()
|
D | signal.c | 694 err |= __put_user(regs->csr_era, &sc->sc_pc); in setup_sigcontext() 806 err |= __get_user(regs->csr_era, &sc->sc_pc); in restore_sigcontext()
|