Home
last modified time | relevance | path

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

/external/libchrome/sandbox/linux/bpf_dsl/
Dseccomp_macros.h40 #define SECCOMP_PARM5(_ctx) SECCOMP_REG(_ctx, REG_EDI) macro
102 #define SECCOMP_PARM5(_ctx) SECCOMP_REG(_ctx, REG_R8) macro
140 #define SECCOMP_PARM5(_ctx) SECCOMP_REG(_ctx, r4) macro
212 #define SECCOMP_PARM5(_ctx) SECCOMP_STACKPARM(_ctx, 4) macro
266 #define SECCOMP_PARM5(_ctx) SECCOMP_REG(_ctx, 4) macro
/external/libchrome/sandbox/linux/seccomp-bpf/
Dtrap.cc209 SECCOMP_PARM5(ctx), in SigSys()
219 SECCOMP_PARM5(ctx), in SigSys()
239 static_cast<uint64_t>(SECCOMP_PARM5(ctx)), in SigSys()