Searched refs:arg_add (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | liveness.c | 857 static bool arg_add(s16 off, s64 delta, s16 *out) in arg_add() function 875 if (arg_add(at->off[i], delta, &new_off)) { in arg_padd() 921 if (arg_add(at_out[reg].off[i], insn->off, &fp_off)) in fill_from_stack() 962 if (arg_add(at_out[reg].off[i], insn->off, &fp_off)) in spill_to_stack() 1021 if (arg_add(at_out[reg].off[i], insn->off, &fp_off)) { in clear_stack_for_all_offs() 1377 if (arg_add(ptr->off[oi], insn->off, &resolved.off[oi])) { in record_load_store_access()
|