Searched refs:pr_vlog (Results 1 – 2 of 2) sorted by relevance
| /drivers/net/ethernet/netronome/nfp/bpf/ |
| A D | verifier.c | 16 #define pr_vlog(env, fmt, ...) \ macro 131 pr_vlog(env, "%s: unsupported ptr type %d\n", in nfp_bpf_stack_arg_ok() 136 pr_vlog(env, "%s: variable pointer\n", fname); in nfp_bpf_stack_arg_ok() 162 pr_vlog(env, "%s: not supported by FW\n", fname); in nfp_bpf_map_call_ok() 183 pr_vlog(env, "adjust_head not supported by FW\n"); in nfp_bpf_check_helper_call() 196 pr_vlog(env, "adjust_tail not supported by FW\n"); in nfp_bpf_check_helper_call() 354 pr_vlog(env, "variable ptr stack access\n"); in nfp_bpf_check_stack_access() 427 pr_vlog(env, "map value offset is variable\n"); in nfp_bpf_map_mark_used() 437 pr_vlog(env, "map value access out-of-bounds\n"); in nfp_bpf_map_mark_used() 479 pr_vlog(env, "map writes not supported\n"); in nfp_bpf_check_ptr() [all …]
|
| /drivers/net/netdevsim/ |
| A D | bpf.c | 26 #define pr_vlog(env, fmt, ...) \ macro 73 pr_vlog(env, "Hello from netdevsim!\n"); in nsim_bpf_verify_insn()
|
Completed in 9 milliseconds