Searched refs:DST_OP (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| H A D | bpf_verifier.h | 1448 DST_OP, /* register is used as destination operand */ enumerator
|
| /linux/kernel/bpf/ |
| H A D | fixups.c | 55 return !bpf_is_reg64(insn, dst_reg, NULL, DST_OP); in insn_has_def32() 623 if (bpf_is_reg64(&insn, load_reg, NULL, DST_OP)) { in bpf_opt_subreg_zext_lo32_rnd_hi32()
|
| H A D | verifier.c | 3479 if (t == DST_OP) in __check_reg_arg() 6699 err = check_reg_arg(env, load_reg, DST_OP); in check_atomic_rmw() 15258 err = check_reg_arg(env, insn->dst_reg, DST_OP); in check_alu_op() 16552 err = check_reg_arg(env, insn->dst_reg, DST_OP); in check_ld_imm()
|