Home
last modified time | relevance | path

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

/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