Home
last modified time | relevance | path

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

/linux/arch/powerpc/perf/
H A Dcallchain.c64 validate_sp_size(sp, current, STACK_INT_FRAME_SIZE) && in perf_callchain_kernel()
/linux/arch/powerpc/include/asm/
H A Dprocessor.h394 int validate_sp_size(unsigned long sp, struct task_struct *p,
/linux/arch/powerpc/kernel/
H A Dprocess.c2234 int validate_sp_size(unsigned long sp, struct task_struct *p, in validate_sp_size() function
2253 return validate_sp_size(sp, p, STACK_FRAME_MIN_SIZE); in validate_sp()
2364 if (validate_sp_size(sp, tsk, STACK_SWITCH_FRAME_SIZE) in show_stack()