Searched refs:altera_check_stack (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/misc/altera-stapl/ |
D | altera.c | 120 static int altera_check_stack(int stack_ptr, int count, int *status) in altera_check_stack() function 527 if (altera_check_stack(stack_ptr, 1, &status)) { in altera_execute() 533 if (altera_check_stack(stack_ptr, 2, &status)) in altera_execute() 537 if (altera_check_stack(stack_ptr, 2, &status)) { in altera_execute() 543 if (altera_check_stack(stack_ptr, 2, &status)) { in altera_execute() 549 if (altera_check_stack(stack_ptr, 2, &status)) { in altera_execute() 555 if (altera_check_stack(stack_ptr, 2, &status)) { in altera_execute() 561 if (altera_check_stack(stack_ptr, 2, &status)) { in altera_execute() 567 if (altera_check_stack(stack_ptr, 2, &status)) { in altera_execute() 573 if (altera_check_stack(stack_ptr, 2, &status)) { in altera_execute() [all …]
|