Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_verifier.h1448 DST_OP, /* register is used as destination operand */ enumerator
/linux/kernel/bpf/
H A Dfixups.c55 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 Dverifier.c3479 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()