Home
last modified time | relevance | path

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

/external/libchrome/sandbox/linux/seccomp-bpf/
Dtrap.cc178 sigsys.nr != static_cast<int>(SECCOMP_PARM1(ctx)); in SigSys()
205 SECCOMP_PARM1(ctx), in SigSys()
215 SECCOMP_PARM1(ctx), in SigSys()
235 {static_cast<uint64_t>(SECCOMP_PARM1(ctx)), in SigSys()
/external/libchrome/sandbox/linux/bpf_dsl/
Dseccomp_macros.h36 #define SECCOMP_PARM1(_ctx) SECCOMP_REG(_ctx, REG_EBX) macro
98 #define SECCOMP_PARM1(_ctx) SECCOMP_REG(_ctx, REG_RDI) macro
136 #define SECCOMP_PARM1(_ctx) SECCOMP_REG(_ctx, r0) macro
205 #define SECCOMP_PARM1(_ctx) SECCOMP_REG(_ctx, 4) macro
262 #define SECCOMP_PARM1(_ctx) SECCOMP_REG(_ctx, 0) macro