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

  /external/chromium_org/sandbox/linux/seccomp-bpf/
linux_seccomp.h 107 #define SECCOMP_RESULT(_ctx) SECCOMP_REG(_ctx, REG_EAX)
134 #define SECCOMP_RESULT(_ctx) SECCOMP_REG(_ctx, REG_RAX)
172 #define SECCOMP_RESULT(_ctx) SECCOMP_REG(_ctx, r0)
trap.cc 192 SECCOMP_RESULT(ctx) = static_cast<greg_t>(rc);

Completed in 36 milliseconds