Home
last modified time | relevance | path

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

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