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

/linux-master/arch/x86/net/
H A Dbpf_jit_comp.c2304 u8 **pprog, int nr_stack_slots,
2333 if (nr_stack_slots != 1)
2371 int arg_regs, first_off = 0, nr_regs = 0, nr_stack_slots = 0; local
2412 nr_stack_slots * 8 + 0x18);
2416 if (!nr_stack_slots)
2419 nr_stack_slots++;
2442 clean_stack_garbage(m, prog, nr_stack_slots, first_off);
2303 clean_stack_garbage(const struct btf_func_model *m, u8 **pprog, int nr_stack_slots, int stack_size) argument

Completed in 103 milliseconds