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

  /external/libchrome/sandbox/linux/bpf_dsl/
seccomp_macros.h 33 #define SECCOMP_RESULT(_ctx) SECCOMP_REG(_ctx, REG_EAX)
95 #define SECCOMP_RESULT(_ctx) SECCOMP_REG(_ctx, REG_RAX)
133 #define SECCOMP_RESULT(_ctx) SECCOMP_REG(_ctx, r0)
202 #define SECCOMP_RESULT(_ctx) SECCOMP_REG(_ctx, 2)
259 #define SECCOMP_RESULT(_ctx) SECCOMP_REG(_ctx, 0)
  /external/libchrome/sandbox/linux/seccomp-bpf/
syscall.cc 390 SECCOMP_RESULT(ctx) = static_cast<greg_t>(ret_val);

Completed in 1043 milliseconds