Searched refs:ctx_in (Results 1 – 1 of 1) sorted by relevance
339 void __user *ctx_in = u64_to_user_ptr(kattr->test.ctx_in); in bpf_prog_test_run_raw_tp() local362 if (copy_from_user(info.ctx, ctx_in, ctx_size_in)) { in bpf_prog_test_run_raw_tp()400 void __user *data_in = u64_to_user_ptr(kattr->test.ctx_in); in bpf_ctx_init()1028 void __user *ctx_in = u64_to_user_ptr(kattr->test.ctx_in); in bpf_prog_test_run_syscall() local1048 if (copy_from_user(ctx, ctx_in, ctx_size_in)) { in bpf_prog_test_run_syscall()1063 if (copy_to_user(ctx_in, ctx, ctx_size_in)) in bpf_prog_test_run_syscall()