Home
last modified time | relevance | path

Searched refs:BPF_MUL (Results 1 - 6 of 6) sorted by relevance

/third_party/elfutils/libcpu/
H A Dbpf_disasm.c179 case BPF_ALU | BPF_MUL | BPF_K: in bpf_disasm()
216 case BPF_ALU | BPF_MUL | BPF_X: in bpf_disasm()
253 case BPF_ALU64 | BPF_MUL | BPF_K: in bpf_disasm()
290 case BPF_ALU64 | BPF_MUL | BPF_X: in bpf_disasm()
/third_party/libbpf/include/uapi/linux/
H A Dbpf_common.h34 #define BPF_MUL 0x20 macro
/third_party/elfutils/lib/
H A Dbpf.h47 #define BPF_MUL 0x20 macro
/third_party/ltp/testcases/kernel/syscalls/bpf/
H A Dbpf_prog07.c80 BPF_ALU64_IMM(BPF_MUL, BPF_REG_1, 8), in load_prog()
/third_party/ltp/include/lapi/
H A Dbpf.h41 #define BPF_MUL 0x20 macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs2192 pub const BPF_MUL: ::__u32 = 0x20; consts

Completed in 14 milliseconds