Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/progs/
A Dverifier_global_ptr_args.c210 __weak int subprog_untrusted(const volatile struct task_struct *restrict task __arg_untrusted) in subprog_untrusted() function
224 return subprog_untrusted(bpf_get_current_task_btf()); in trusted_to_untrusted()
235 subprog_untrusted(bpf_core_cast(0, struct task_struct)); in anything_to_untrusted()
237 subprog_untrusted((void *)bpf_core_cast(0, struct bpf_verifier_env)); in anything_to_untrusted()
239 subprog_untrusted((void *)mem); in anything_to_untrusted()
241 subprog_untrusted(0); in anything_to_untrusted()
243 subprog_untrusted((void *)mem + off); in anything_to_untrusted()
245 subprog_untrusted((void *)bpf_get_current_task_btf() + off); in anything_to_untrusted()

Completed in 3 milliseconds