Home
last modified time | relevance | path

Searched refs:BPF_ALU64 (Results 1 - 7 of 7) sorted by relevance

/third_party/elfutils/libcpu/
H A Dbpf_disasm.c51 [BPF_ALU64] = "alu64",
247 case BPF_ALU64 | BPF_ADD | BPF_K: in bpf_disasm()
250 case BPF_ALU64 | BPF_SUB | BPF_K: in bpf_disasm()
253 case BPF_ALU64 | BPF_MUL | BPF_K: in bpf_disasm()
256 case BPF_ALU64 | BPF_DIV | BPF_K: in bpf_disasm()
259 case BPF_ALU64 | BPF_OR | BPF_K: in bpf_disasm()
262 case BPF_ALU64 | BPF_AND | BPF_K: in bpf_disasm()
265 case BPF_ALU64 | BPF_LSH | BPF_K: in bpf_disasm()
268 case BPF_ALU64 | BPF_RSH | BPF_K: in bpf_disasm()
271 case BPF_ALU64 | BPF_MO in bpf_disasm()
[all...]
/third_party/libbpf/include/linux/
H A Dfilter.h26 .code = BPF_ALU64 | BPF_OP(OP) | BPF_K, \
34 .code = BPF_ALU64 | BPF_MOV | BPF_K, \
82 .code = BPF_ALU64 | BPF_MOV | BPF_X, \
/third_party/ltp/include/lapi/
H A Dbpf.h53 #define BPF_ALU64 0x07 /* alu mode in double word width */ macro
482 .code = BPF_ALU64 | BPF_OP(OP) | BPF_X, \
498 .code = BPF_ALU64 | BPF_OP(OP) | BPF_K, \
514 .code = BPF_ALU64 | BPF_MOV | BPF_X, \
583 .code = BPF_ALU64 | BPF_MOV | BPF_K, \
/third_party/elfutils/lib/
H A Dbpf.h19 #define BPF_ALU64 0x07 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/Disassembler/
H A DBPFDisassembler.cpp44 BPF_ALU64 = 0x7 enumerator
/third_party/libbpf/src/
H A Drelo_core.c1049 case BPF_ALU64: in bpf_core_patch_insn()
/third_party/libbpf/include/uapi/linux/
H A Dbpf.h18 #define BPF_ALU64 0x07 /* alu mode in double word width */ macro

Completed in 15 milliseconds