Home
last modified time | relevance | path

Searched refs:get_min_sigframe_size_compat (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/
H A Dsignal.h15 unsigned long get_min_sigframe_size_compat(void);
H A Delf.h185 NEW_AUX_ENT(AT_MINSIGSTKSZ, get_min_sigframe_size_compat()); \
/openbmc/linux/arch/powerpc/kernel/
H A Dsignal.c153 unsigned long get_min_sigframe_size_compat(void) in get_min_sigframe_size_compat() function