Searched refs:stack_used (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/testing/selftests/powerpc/mm/
H A Dstack_expansion_ldst.c114 int child(unsigned int stack_used, int delta, enum access_type type) argument
120 assert(consume_stack(stack_high - stack_used, stack_high, delta, type) == 0);
123 type == LOAD ? "load" : "store", delta, stack_used, stack_high,
129 static int test_one(unsigned int stack_used, int delta, enum access_type type) argument
136 exit(child(stack_used, delta, type));
147 type == LOAD ? "load" : "store", delta, stack_used,
/linux-master/arch/mips/net/
H A Dbpf_jit_comp.h86 u32 stack_used; /* Stack size used for function calls */ member in struct:jit_context
H A Dbpf_jit_comp.c142 ctx->stack_used = max((int)ctx->stack_used, depth);
855 ctx->stack_used = 0;
H A Dbpf_jit_comp64.c594 reserved = ctx->stack_used;
H A Dbpf_jit_comp32.c1426 reserved = ctx->stack_used;

Completed in 225 milliseconds