Searched refs:dst_is_local_fp (Results 1 – 1 of 1) sorted by relevance
1198 bool dst_is_local_fp; in arg_track_xfer() local1201 dst_is_local_fp = can_be_local_fp(depth, insn->dst_reg, dst); in arg_track_xfer()1202 if (dst_is_local_fp && BPF_MODE(insn->code) == BPF_MEM) in arg_track_xfer()1207 if (dst_is_local_fp && insn->imm != BPF_LOAD_ACQ) in arg_track_xfer()1217 bool dst_is_local_fp = can_be_local_fp(depth, insn->dst_reg, dst); in arg_track_xfer() local1220 if (dst_is_local_fp) in arg_track_xfer()