Searched refs:stack_used (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/tools/testing/selftests/powerpc/mm/ |
H A D | stack_expansion_ldst.c | 114 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 D | bpf_jit_comp.h | 86 u32 stack_used; /* Stack size used for function calls */ member
|
H A D | bpf_jit_comp.c | 142 ctx->stack_used = max((int)ctx->stack_used, depth); in push_regs() 855 ctx->stack_used = 0; in build_body()
|
H A D | bpf_jit_comp64.c | 594 reserved = ctx->stack_used; in build_prologue()
|
H A D | bpf_jit_comp32.c | 1426 reserved = ctx->stack_used; in build_prologue()
|