Home
last modified time | relevance | path

Searched refs:__SIGNAL_FRAMESIZE (Results 1 – 9 of 9) sorted by relevance

/linux-6.1.9/arch/s390/include/uapi/asm/
Dsigcontext.h26 #define __SIGNAL_FRAMESIZE 96 macro
34 #define __SIGNAL_FRAMESIZE 160 macro
/linux-6.1.9/arch/powerpc/kernel/
Dsignal_32.c76 #undef __SIGNAL_FRAMESIZE
77 #define __SIGNAL_FRAMESIZE __SIGNAL_FRAMESIZE32 macro
238 return max(sizeof(struct rt_sigframe) + __SIGNAL_FRAMESIZE + 16, in get_min_sigframe_size_32()
239 sizeof(struct sigframe) + __SIGNAL_FRAMESIZE); in get_min_sigframe_size_32()
804 newsp = ((unsigned long)frame) - (__SIGNAL_FRAMESIZE + 16); in handle_rt_signal32()
895 newsp = ((unsigned long)frame) - __SIGNAL_FRAMESIZE; in handle_signal32()
1106 (regs->gpr[1] + __SIGNAL_FRAMESIZE + 16); in COMPAT_SYSCALL_DEFINE0()
1310 sf = (struct sigframe __user *)(regs->gpr[1] + __SIGNAL_FRAMESIZE); in COMPAT_SYSCALL_DEFINE0()
Dsignal_64.c71 return sizeof(struct rt_sigframe) + __SIGNAL_FRAMESIZE; in get_min_sigframe_size_64()
631 err |= __put_user(PPC_RAW_ADDI(_R1, _R1, __SIGNAL_FRAMESIZE), &tramp[1]); in setup_trampoline()
934 newsp = ((unsigned long)frame) - __SIGNAL_FRAMESIZE; in handle_rt_signal64()
/linux-6.1.9/arch/powerpc/include/asm/
Dptrace.h136 #define __SIGNAL_FRAMESIZE 128 macro
150 #define __SIGNAL_FRAMESIZE 64 macro
/linux-6.1.9/arch/powerpc/perf/
Dcallchain_64.c30 char dummy[__SIGNAL_FRAMESIZE];
Dcallchain_32.c25 #define __SIGNAL_FRAMESIZE32 __SIGNAL_FRAMESIZE
/linux-6.1.9/arch/s390/kernel/
Dsignal.c66 __u8 callee_used_stack[__SIGNAL_FRAMESIZE];
101 __u8 callee_used_stack[__SIGNAL_FRAMESIZE];
/linux-6.1.9/arch/um/os-Linux/skas/
Dprocess.c523 #ifdef __SIGNAL_FRAMESIZE in init_thread_regs()
524 thread_regs[REGS_SP_INDEX] -= __SIGNAL_FRAMESIZE; in init_thread_regs()
/linux-6.1.9/arch/powerpc/kernel/vdso/
Dsigtramp64.S32 addi r1, r1, __SIGNAL_FRAMESIZE