HomeSort by relevance Sort by last modified time
    Searched refs:SECCOMP_SYSCALL (Results 1 - 2 of 2) sorted by null

  /external/libchrome/sandbox/linux/seccomp-bpf/
trap.cc 175 // number in register SECCOMP_SYSCALL(ctx) is always __NR_syscall and the
177 bool sigsys_nr_is_bad = sigsys.nr != static_cast<int>(SECCOMP_SYSCALL(ctx)) &&
180 bool sigsys_nr_is_bad = sigsys.nr != static_cast<int>(SECCOMP_SYSCALL(ctx));
204 rc = Syscall::Call(SECCOMP_SYSCALL(ctx),
214 rc = Syscall::Call(SECCOMP_SYSCALL(ctx),
232 static_cast<int>(SECCOMP_SYSCALL(ctx)),
  /external/libchrome/sandbox/linux/bpf_dsl/
seccomp_macros.h 34 #define SECCOMP_SYSCALL(_ctx) SECCOMP_REG(_ctx, REG_EAX)
96 #define SECCOMP_SYSCALL(_ctx) SECCOMP_REG(_ctx, REG_RAX)
134 #define SECCOMP_SYSCALL(_ctx) SECCOMP_REG(_ctx, r7)
203 #define SECCOMP_SYSCALL(_ctx) SECCOMP_REG(_ctx, 2)
260 #define SECCOMP_SYSCALL(_ctx) SECCOMP_REG(_ctx, 8)

Completed in 137 milliseconds