Home
last modified time | relevance | path

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

/third_party/elfutils/libcpu/
H A Dbpf_disasm.c182 case BPF_ALU | BPF_DIV | BPF_K: in bpf_disasm()
219 case BPF_ALU | BPF_DIV | BPF_X: in bpf_disasm()
256 case BPF_ALU64 | BPF_DIV | BPF_K: in bpf_disasm()
293 case BPF_ALU64 | BPF_DIV | BPF_X: in bpf_disasm()
/third_party/libbpf/include/uapi/linux/
H A Dbpf_common.h35 #define BPF_DIV 0x30 macro
/third_party/elfutils/lib/
H A Dbpf.h48 #define BPF_DIV 0x30 macro
/third_party/ltp/testcases/kernel/syscalls/bpf/
H A Dbpf_prog05.c113 BPF_ALU32_REG(BPF_DIV, BPF_REG_7, BPF_REG_6), in load_prog()
/third_party/ltp/include/lapi/
H A Dbpf.h42 #define BPF_DIV 0x30 macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs2193 pub const BPF_DIV: ::__u32 = 0x30; consts

Completed in 18 milliseconds