Home
last modified time | relevance | path

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

/external/libchrome/sandbox/linux/bpf_dsl/
Dseccomp_macros.h37 #define SECCOMP_PARM2(_ctx) SECCOMP_REG(_ctx, REG_ECX) macro
99 #define SECCOMP_PARM2(_ctx) SECCOMP_REG(_ctx, REG_RSI) macro
137 #define SECCOMP_PARM2(_ctx) SECCOMP_REG(_ctx, r1) macro
206 #define SECCOMP_PARM2(_ctx) SECCOMP_REG(_ctx, 5) macro
263 #define SECCOMP_PARM2(_ctx) SECCOMP_REG(_ctx, 1) macro
/external/libchrome/sandbox/linux/seccomp-bpf/
Dtrap.cc206 SECCOMP_PARM2(ctx), in SigSys()
216 SECCOMP_PARM2(ctx), in SigSys()
236 static_cast<uint64_t>(SECCOMP_PARM2(ctx)), in SigSys()