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

  /external/chromium_org/sandbox/linux/seccomp-bpf/
trap.cc 162 // number in register SECCOMP_SYSCALL(ctx) is always __NR_syscall and the
164 bool sigsys_nr_is_bad = sigsys.nr != static_cast<int>(SECCOMP_SYSCALL(ctx)) &&
167 bool sigsys_nr_is_bad = sigsys.nr != static_cast<int>(SECCOMP_SYSCALL(ctx));
191 rc = Syscall::Call(SECCOMP_SYSCALL(ctx),
201 rc = Syscall::Call(SECCOMP_SYSCALL(ctx),
219 static_cast<int>(SECCOMP_SYSCALL(ctx)),
linux_seccomp.h 143 #define SECCOMP_SYSCALL(_ctx) SECCOMP_REG(_ctx, REG_EAX)
208 #define SECCOMP_SYSCALL(_ctx) SECCOMP_REG(_ctx, REG_RAX)
257 #define SECCOMP_SYSCALL(_ctx) SECCOMP_REG(_ctx, r7)
329 #define SECCOMP_SYSCALL(_ctx) SECCOMP_REG(_ctx, 2)
389 #define SECCOMP_SYSCALL(_ctx) SECCOMP_REG(_ctx, 8)

Completed in 207 milliseconds