HomeSort by relevance Sort by last modified time
    Searched refs:SECCOMP_PARM6 (Results 1 - 2 of 2) sorted by null

  /external/libchrome/sandbox/linux/seccomp-bpf/
trap.cc 210 SECCOMP_PARM6(ctx),
220 SECCOMP_PARM6(ctx));
240 static_cast<uint64_t>(SECCOMP_PARM6(ctx))}};
  /external/libchrome/sandbox/linux/bpf_dsl/
seccomp_macros.h 41 #define SECCOMP_PARM6(_ctx) SECCOMP_REG(_ctx, REG_EBP)
103 #define SECCOMP_PARM6(_ctx) SECCOMP_REG(_ctx, REG_R9)
141 #define SECCOMP_PARM6(_ctx) SECCOMP_REG(_ctx, r5)
213 #define SECCOMP_PARM6(_ctx) SECCOMP_STACKPARM(_ctx, 5)
267 #define SECCOMP_PARM6(_ctx) SECCOMP_REG(_ctx, 5)

Completed in 79 milliseconds