Home
last modified time | relevance | path

Searched refs:SECCOMP_PARM4 (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/sandbox/linux/bpf_dsl/
Dseccomp_macros.h39 #define SECCOMP_PARM4(_ctx) SECCOMP_REG(_ctx, REG_ESI) macro
101 #define SECCOMP_PARM4(_ctx) SECCOMP_REG(_ctx, REG_R10) macro
139 #define SECCOMP_PARM4(_ctx) SECCOMP_REG(_ctx, r3) macro
208 #define SECCOMP_PARM4(_ctx) SECCOMP_REG(_ctx, 7) macro
265 #define SECCOMP_PARM4(_ctx) SECCOMP_REG(_ctx, 3) macro
/external/libchrome/sandbox/linux/seccomp-bpf/
Dtrap.cc208 SECCOMP_PARM4(ctx), in SigSys()
218 SECCOMP_PARM4(ctx), in SigSys()
238 static_cast<uint64_t>(SECCOMP_PARM4(ctx)), in SigSys()
Dsyscall.cc397 SECCOMP_PARM4(ctx) = 1; in PutValueInUcontext()
399 SECCOMP_PARM4(ctx) = 0; in PutValueInUcontext()