Searched refs:__arg_trusted (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dverifier_global_ptr_args.c15 __weak int subprog_trusted_task_nullable(struct task_struct *task __arg_trusted __arg_nullable)
22 __weak int subprog_trusted_task_nullable_extra_layer(struct task_struct *task __arg_trusted __arg_nullable)
59 __weak int subprog_trusted_task_nonnull(struct task_struct *task __arg_trusted) argument
108 struct task_struct___local *task __arg_trusted __arg_nullable)
129 __weak int subprog_nonnull_task_flavor(struct task_struct___local *task __arg_trusted) argument
147 __weak int subprog_trusted_destroy(struct task_struct *task __arg_trusted) argument
162 __weak int subprog_trusted_acq_rel(struct task_struct *task __arg_trusted) argument
/linux-master/tools/lib/bpf/
H A Dbpf_helpers.h195 #define __arg_trusted __attribute((btf_decl_tag("arg:trusted"))) macro

Completed in 115 milliseconds