Searched refs:SECCOMP_SYSCALL (Results 1 – 2 of 2) sorted by relevance
177 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()
34 #define SECCOMP_SYSCALL(_ctx) SECCOMP_REG(_ctx, REG_EAX) macro96 #define SECCOMP_SYSCALL(_ctx) SECCOMP_REG(_ctx, REG_RAX) macro134 #define SECCOMP_SYSCALL(_ctx) SECCOMP_REG(_ctx, r7) macro203 #define SECCOMP_SYSCALL(_ctx) SECCOMP_REG(_ctx, 2) macro260 #define SECCOMP_SYSCALL(_ctx) SECCOMP_REG(_ctx, 8) macro