Searched defs:SECCOMP_RESULT (Results 1 - 1 of 1) sorted by relevance

/external/libchrome/sandbox/linux/bpf_dsl/
H A Dseccomp_macros.h33 #define SECCOMP_RESULT(_ctx) SECCOMP_REG(_ctx, REG_EAX) macro
95 #define SECCOMP_RESULT(_ctx) SECCOMP_REG(_ctx, REG_RAX) macro
133 #define SECCOMP_RESULT(_ctx) SECCOMP_REG(_ctx, r0) macro
202 #define SECCOMP_RESULT(_ctx) SECCOMP_REG(_ctx, 2) macro
259 #define SECCOMP_RESULT(_ctx) SECCOMP_REG(_ctx, 0) macro

Completed in 113 milliseconds