Searched refs:altera_check_stack (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/misc/altera-stapl/ |
D | altera.c | 134 static int altera_check_stack(int stack_ptr, int count, int *status) in altera_check_stack() function 541 if (altera_check_stack(stack_ptr, 1, &status)) { in altera_execute() 547 if (altera_check_stack(stack_ptr, 2, &status)) { in altera_execute() 554 if (altera_check_stack(stack_ptr, 2, &status)) { in altera_execute() 560 if (altera_check_stack(stack_ptr, 2, &status)) { in altera_execute() 566 if (altera_check_stack(stack_ptr, 2, &status)) { in altera_execute() 572 if (altera_check_stack(stack_ptr, 2, &status)) { in altera_execute() 578 if (altera_check_stack(stack_ptr, 2, &status)) { in altera_execute() 584 if (altera_check_stack(stack_ptr, 2, &status)) { in altera_execute() 590 if (altera_check_stack(stack_ptr, 2, &status)) { in altera_execute() [all …]
|