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 142 #define SECCOMP_RESULT(_ctx) SECCOMP_REG(_ctx, REG_EAX)
207 #define SECCOMP_RESULT(_ctx) SECCOMP_REG(_ctx, REG_RAX)
256 #define SECCOMP_RESULT(_ctx) SECCOMP_REG(_ctx, r0)
328 #define SECCOMP_RESULT(_ctx) SECCOMP_REG(_ctx, 2)
388 #define SECCOMP_RESULT(_ctx) SECCOMP_REG(_ctx, 0)
syscall.cc 397 SECCOMP_RESULT(ctx) = static_cast<greg_t>(ret_val);

Completed in 98 milliseconds