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

/linux-master/arch/powerpc/perf/
H A Dcallchain.c64 validate_sp_size(sp, current, STACK_INT_FRAME_SIZE) &&
/linux-master/arch/powerpc/include/asm/
H A Dprocessor.h383 int validate_sp_size(unsigned long sp, struct task_struct *p,
/linux-master/arch/powerpc/kernel/
H A Dprocess.c2203 int validate_sp_size(unsigned long sp, struct task_struct *p, function
2222 return validate_sp_size(sp, p, STACK_FRAME_MIN_SIZE);
2333 if (validate_sp_size(sp, tsk, STACK_SWITCH_FRAME_SIZE)

Completed in 180 milliseconds