OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SECCOMP_ARG_MSB_IDX
(Results
1 - 3
of
3
) sorted by null
/external/libchrome/sandbox/linux/bpf_dsl/
seccomp_macros.h
48
#define
SECCOMP_ARG_MSB_IDX
(nr) (offsetof(struct arch_seccomp_data, args) + \
110
#define
SECCOMP_ARG_MSB_IDX
(nr) (offsetof(struct arch_seccomp_data, args) + \
148
#define
SECCOMP_ARG_MSB_IDX
(nr) (offsetof(struct arch_seccomp_data, args) + \
222
#define
SECCOMP_ARG_MSB_IDX
(nr) (offsetof(struct arch_seccomp_data, args) + \
275
#define
SECCOMP_ARG_MSB_IDX
(nr) \
dump_bpf.cc
93
insn.k ==
SECCOMP_ARG_MSB_IDX
(maybe_argno)) {
policy_compiler.cc
324
const uint32_t upper =
SECCOMP_ARG_MSB_IDX
(argno);
368
const uint32_t idx = (half == ArgHalf::UPPER) ?
SECCOMP_ARG_MSB_IDX
(argno)
Completed in 61 milliseconds