Home
last modified time | relevance | path

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

/external/libchrome/sandbox/linux/bpf_dsl/
Dseccomp_macros.h41 #define SECCOMP_PARM6(_ctx) SECCOMP_REG(_ctx, REG_EBP) macro
103 #define SECCOMP_PARM6(_ctx) SECCOMP_REG(_ctx, REG_R9) macro
141 #define SECCOMP_PARM6(_ctx) SECCOMP_REG(_ctx, r5) macro
213 #define SECCOMP_PARM6(_ctx) SECCOMP_STACKPARM(_ctx, 5) macro
267 #define SECCOMP_PARM6(_ctx) SECCOMP_REG(_ctx, 5) macro
/external/libchrome/sandbox/linux/seccomp-bpf/
Dtrap.cc210 SECCOMP_PARM6(ctx), in SigSys()
220 SECCOMP_PARM6(ctx)); in SigSys()
240 static_cast<uint64_t>(SECCOMP_PARM6(ctx))}}; in SigSys()