OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BPF_MOV
(Results
1 - 4
of
4
) sorted by null
/external/strace/xlat/
bpf_op_alu.h
44
#if defined(
BPF_MOV
) || (defined(HAVE_DECL_BPF_MOV) && HAVE_DECL_BPF_MOV)
45
XLAT(
BPF_MOV
),
/bionic/libc/kernel/uapi/linux/
bpf.h
27
#define
BPF_MOV
0xb0
/external/iproute2/include/linux/
bpf.h
23
#define
BPF_MOV
0xb0 /* mov reg to reg */
/external/kernel-headers/original/uapi/linux/
bpf.h
23
#define
BPF_MOV
0xb0 /* mov reg to reg */
Completed in 68 milliseconds