Lines Matching refs:bpf_diag_source

797 static void bpf_diag_source(struct bpf_verifier_env *env, u32 insn_idx, const char *label,  in bpf_diag_source()  function
921 bpf_diag_source(env, insn_idx, "error", "%s", problem); in bpf_diag_register_type()
1032 bpf_diag_source(env, insn_idx, "error", "invalid %s for %s", arg_desc, call_name); in bpf_diag_call_type()
1127 bpf_diag_source(env, insn_idx, "error", "%s is not allowed in %s", operation, in bpf_diag_ctx_forbidden()
1154 bpf_diag_source(env, insn_idx, "error", "%s is not allowed before leaving %s", in bpf_diag_ctx_active()
1172 bpf_diag_source(env, insn_idx, "error", "%s requires %s", operation, context); in bpf_diag_ctx_required()
1193 bpf_diag_source(env, insn_idx, "error", "%s has no matching enter on this path", in bpf_diag_ctx_underflow()
1215 bpf_diag_source(env, insn_idx, "error", "%s", problem); in bpf_diag_program_structure()
1227 bpf_diag_source(env, insn_idx, "error", "policy check failed for %s", operation); in bpf_diag_policy()
1272 bpf_diag_source(env, insn_idx, "error", in bpf_diag_invalid_deref()
1275 bpf_diag_source(env, insn_idx, "error", "invalid dereference of %s (%s)", in bpf_diag_invalid_deref()
1341 bpf_diag_source(env, insn_idx, "error", "R%d is not readable", regno); in bpf_diag_unreadable_reg()
1407 bpf_diag_source(env, insn_idx, "error", "%s is not initialized", arg_buf); in bpf_diag_stack_arg_uninit()
1423 bpf_diag_source(env, insn_idx, "error", "%s", problem); in bpf_diag_memory()
1976 bpf_diag_source(env, insn_idx, "error", "access may be outside object bounds"); in bpf_diag_mem_bounds()
2006 bpf_diag_source(env, insn_idx, "error", "%s", problem); in diag_res_report()
2024 bpf_diag_source(env, active_lock->insn_idx, "acquired", in bpf_diag_lock()
2045 bpf_diag_source(env, insn_idx, "error", "%s", problem); in bpf_diag_irq()
2066 bpf_diag_source(env, fail_insn, "error", in bpf_diag_leak()
2186 bpf_diag_source( in diag_print_mod()
2228 bpf_diag_source(env, event->insn_idx, "invalidated", in diag_print_mod()
2233 bpf_diag_source(env, event->insn_idx, label, "%s changed from %s to %s", target_desc, in diag_print_mod()
2243 bpf_diag_source(env, event->insn_idx, label, "owned resource (id=%u)", in diag_print_ref_event()
2267 bpf_diag_source(env, event->insn_idx, "context", "%s %s; depth is now %u", in diag_print_context_event()
2332 bpf_diag_source(env, event->insn_idx, "branch", in diag_print_history()