Home
last modified time | relevance | path

Searched refs:SECCOMP_SYSCALL (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/sandbox/linux/seccomp-bpf/
Dtrap.cc177 bool sigsys_nr_is_bad = sigsys.nr != static_cast<int>(SECCOMP_SYSCALL(ctx)) && in SigSys()
180 bool sigsys_nr_is_bad = sigsys.nr != static_cast<int>(SECCOMP_SYSCALL(ctx)); in SigSys()
204 rc = Syscall::Call(SECCOMP_SYSCALL(ctx), in SigSys()
214 rc = Syscall::Call(SECCOMP_SYSCALL(ctx), in SigSys()
232 static_cast<int>(SECCOMP_SYSCALL(ctx)), in SigSys()
/external/libchrome/sandbox/linux/bpf_dsl/
Dseccomp_macros.h34 #define SECCOMP_SYSCALL(_ctx) SECCOMP_REG(_ctx, REG_EAX) macro
96 #define SECCOMP_SYSCALL(_ctx) SECCOMP_REG(_ctx, REG_RAX) macro
134 #define SECCOMP_SYSCALL(_ctx) SECCOMP_REG(_ctx, r7) macro
203 #define SECCOMP_SYSCALL(_ctx) SECCOMP_REG(_ctx, 2) macro
260 #define SECCOMP_SYSCALL(_ctx) SECCOMP_REG(_ctx, 8) macro