Searched refs:at_out (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | liveness.c | 883 struct arg_track *at_out, int reg, in fill_from_stack() argument 899 cnt = at_out[reg].off_cnt; in fill_from_stack() 906 if (arg_add(at_out[reg].off[i], insn->off, &fp_off)) in fill_from_stack() 922 static void spill_to_stack(struct bpf_insn *insn, struct arg_track *at_out, in spill_to_stack() argument 937 cnt = at_out[reg].off_cnt; in spill_to_stack() 947 if (arg_add(at_out[reg].off[i], insn->off, &fp_off)) in spill_to_stack() 989 struct arg_track *at_out, int reg, in clear_stack_for_all_offs() argument 998 cnt = at_out[reg].off_cnt; in clear_stack_for_all_offs() 1006 if (arg_add(at_out[reg].off[i], insn->off, &fp_off)) { in clear_stack_for_all_offs() 1016 struct arg_track *at_out, struct arg_track *at_stack_out) in arg_track_log() argument [all …]
|