Home
last modified time | relevance | path

Searched refs:SECCOMP_RESULT (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/sandbox/linux/bpf_dsl/
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
/external/libchrome/sandbox/linux/seccomp-bpf/
Dsyscall.cc401 SECCOMP_RESULT(ctx) = static_cast<greg_t>(ret_val); in PutValueInUcontext()