Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dliveness.c1158 bool dst_is_local_fp; in arg_track_xfer() local
1161 dst_is_local_fp = can_be_local_fp(depth, insn->dst_reg, dst); in arg_track_xfer()
1162 if (dst_is_local_fp && BPF_MODE(insn->code) == BPF_MEM) in arg_track_xfer()
1167 if (dst_is_local_fp && insn->imm != BPF_LOAD_ACQ) in arg_track_xfer()
1180 bool dst_is_local_fp = can_be_local_fp(depth, insn->dst_reg, dst); in arg_track_xfer() local
1183 if (dst_is_local_fp) in arg_track_xfer()