Home
last modified time | relevance | path

Searched refs:BPF_ARSH (Results 1 – 5 of 5) sorted by relevance

/external/strace/xlat/
Dbpf_op_alu.h47 #if defined(BPF_ARSH) || (defined(HAVE_DECL_BPF_ARSH) && HAVE_DECL_BPF_ARSH)
48 XLAT(BPF_ARSH),
Dbpf_op_alu.in13 BPF_ARSH
/external/iproute2/include/linux/
Dbpf.h24 #define BPF_ARSH 0xc0 /* sign extending arithmetic shift right */ macro
/external/kernel-headers/original/uapi/linux/
Dbpf.h24 #define BPF_ARSH 0xc0 /* sign extending arithmetic shift right */ macro
/external/llvm/docs/
DCodeGenerator.rst2524 BPF_ARSH 0xc right shift (sign extended)