Searched refs:consume_stack (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/mm/ |
H A 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()
|
H A D | stack_expansion_ldst.c | 42 int consume_stack(unsigned long target_sp, unsigned long stack_high, int delta, enum access_type type) 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()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/mm/ |
H A 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()
|
H A D | stack_expansion_ldst.c | 42 int consume_stack(unsigned long target_sp, unsigned long stack_high, int delta, enum access_type type) 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()
|
Completed in 3 milliseconds