OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SECCOMP_PARM1
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/sandbox/linux/seccomp-bpf/
trap.cc
176
// real number of a syscall (__NR_foo) is in
SECCOMP_PARM1
(ctx)
178
sigsys.nr != static_cast<int>(
SECCOMP_PARM1
(ctx));
205
SECCOMP_PARM1
(ctx),
215
SECCOMP_PARM1
(ctx),
235
{static_cast<uint64_t>(
SECCOMP_PARM1
(ctx)),
/external/libchrome/sandbox/linux/bpf_dsl/
seccomp_macros.h
36
#define
SECCOMP_PARM1
(_ctx) SECCOMP_REG(_ctx, REG_EBX)
98
#define
SECCOMP_PARM1
(_ctx) SECCOMP_REG(_ctx, REG_RDI)
136
#define
SECCOMP_PARM1
(_ctx) SECCOMP_REG(_ctx, r0)
205
#define
SECCOMP_PARM1
(_ctx) SECCOMP_REG(_ctx, 4)
262
#define
SECCOMP_PARM1
(_ctx) SECCOMP_REG(_ctx, 0)
Completed in 43 milliseconds