Home
last modified time | relevance | path

Searched refs:at_stack_out (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/bpf/
H A Dliveness.c884 struct arg_track *at_stack_out, in fill_from_stack() argument
897 return slot >= 0 ? at_stack_out[slot] : imp; in fill_from_stack()
911 result = __arg_track_join(result, at_stack_out[slot]); in fill_from_stack()
923 int reg, struct arg_track *at_stack_out, in spill_to_stack() argument
934 at_stack_out[slot] = new_val; in spill_to_stack()
940 at_stack_out[slot] = __arg_track_join(at_stack_out[slot], new_val); in spill_to_stack()
953 at_stack_out[slot] = new_val; in spill_to_stack()
955 at_stack_out[slot] = __arg_track_join(at_stack_out[slot], new_val); in spill_to_stack()
990 struct arg_track *at_stack_out, u32 sz) in clear_stack_for_all_offs() argument
995 clear_overlapping_stack_slots(at_stack_out, insn->off, sz, 1); in clear_stack_for_all_offs()
[all …]