Searched refs:clear_overlapping_stack_slots (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | liveness.c | 963 static void clear_overlapping_stack_slots(struct arg_track *at_stack, s16 off, u32 sz, int cnt) in clear_overlapping_stack_slots() function 995 clear_overlapping_stack_slots(at_stack_out, insn->off, sz, 1); in clear_stack_for_all_offs() 1000 clear_overlapping_stack_slots(at_stack_out, 0, sz, cnt); in clear_stack_for_all_offs() 1007 clear_overlapping_stack_slots(at_stack_out, 0, sz, 0); in clear_stack_for_all_offs() 1010 clear_overlapping_stack_slots(at_stack_out, fp_off, sz, cnt); in clear_stack_for_all_offs()
|