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