Searched refs:DST_OP_NO_MARK (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/kernel/bpf/ |
| D | verifier.c | 1078 DST_OP_NO_MARK /* same as above, check only, don't mark */ enumerator 3807 check_reg_arg(env, caller_saved[i], DST_OP_NO_MARK); in check_func_call() 4048 check_reg_arg(env, caller_saved[i], DST_OP_NO_MARK); in check_helper_call() 4979 err = check_reg_arg(env, insn->dst_reg, DST_OP_NO_MARK); in check_alu_op() 5071 err = check_reg_arg(env, insn->dst_reg, DST_OP_NO_MARK); in check_alu_op() 6090 check_reg_arg(env, caller_saved[i], DST_OP_NO_MARK); in check_ld_abs() 7590 err = check_reg_arg(env, insn->dst_reg, DST_OP_NO_MARK); in do_check()
|