poke_addr        1480 tools/testing/selftests/seccomp/seccomp_bpf.c 	unsigned long poke_addr;
poke_addr        1501 tools/testing/selftests/seccomp/seccomp_bpf.c 	ret = ptrace(PTRACE_POKEDATA, tracee, info->poke_addr, 0x1001);
poke_addr        1530 tools/testing/selftests/seccomp/seccomp_bpf.c 	self->tracer_args.poke_addr = (unsigned long)&self->poked;