Searched refs:consume_stack (Results 1 – 2 of 2) sorted by relevance
/tools/testing/selftests/powerpc/mm/ |
D | stack_expansion_signal.c | 32 static int consume_stack(unsigned int stack_size, union pipe write_pipe) in consume_stack() function 37 return consume_stack(stack_size, write_pipe); in consume_stack() 63 FAIL_IF(consume_stack(stack_size, write_pipe)); in child()
|
D | stack_expansion_ldst.c | 42 int consume_stack(unsigned long target_sp, unsigned long stack_high, int delta, enum access_type ty… in consume_stack() function 48 return consume_stack(target_sp, stack_high, delta, type); in consume_stack() 120 assert(consume_stack(stack_high - stack_used, stack_high, delta, type) == 0); in child()
|