Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
Dseccomp_bpf_tests.c753 unsigned long poke_addr, int fd) { in tracer() argument
808 ret = ptrace(PTRACE_POKEDATA, tracee, poke_addr, 0x1001); in tracer()
838 unsigned long poke_addr = (unsigned long)&self->poked; in FIXTURE_SETUP() local
855 tracer(_metadata, tracee, poke_addr, pipefd[1]); in FIXTURE_SETUP()
/external/seccomp-tests/linux/
Dseccomp_bpf.c1126 unsigned long poke_addr; member
1147 ret = ptrace(PTRACE_POKEDATA, tracee, info->poke_addr, 0x1001); in tracer_poke()
1176 self->tracer_args.poke_addr = (unsigned long)&self->poked; in FIXTURE_SETUP()
/external/linux-kselftest/tools/testing/selftests/seccomp/
Dseccomp_bpf.c1437 unsigned long poke_addr; member
1458 ret = ptrace(PTRACE_POKEDATA, tracee, info->poke_addr, 0x1001); in tracer_poke()
1487 self->tracer_args.poke_addr = (unsigned long)&self->poked; in FIXTURE_SETUP()