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

  /external/libchrome/sandbox/linux/seccomp-bpf/
syscall.cc 386 SECCOMP_PARM4(ctx) = 1;
388 SECCOMP_PARM4(ctx) = 0;
trap.cc 208 SECCOMP_PARM4(ctx),
218 SECCOMP_PARM4(ctx),
238 static_cast<uint64_t>(SECCOMP_PARM4(ctx)),
  /external/libchrome/sandbox/linux/bpf_dsl/
seccomp_macros.h 39 #define SECCOMP_PARM4(_ctx) SECCOMP_REG(_ctx, REG_ESI)
101 #define SECCOMP_PARM4(_ctx) SECCOMP_REG(_ctx, REG_R10)
139 #define SECCOMP_PARM4(_ctx) SECCOMP_REG(_ctx, r3)
208 #define SECCOMP_PARM4(_ctx) SECCOMP_REG(_ctx, 7)
265 #define SECCOMP_PARM4(_ctx) SECCOMP_REG(_ctx, 3)

Completed in 179 milliseconds