Home
last modified time | relevance | path

Searched refs:BPF_ST (Results 1 - 8 of 8) sorted by relevance

/third_party/elfutils/libcpu/
H A Dbpf_disasm.c46 [BPF_ST] = "st",
429 case BPF_ST | BPF_MEM | BPF_B: in bpf_disasm()
432 case BPF_ST | BPF_MEM | BPF_H: in bpf_disasm()
435 case BPF_ST | BPF_MEM | BPF_W: in bpf_disasm()
438 case BPF_ST | BPF_MEM | BPF_DW: in bpf_disasm()
/third_party/libbpf/include/uapi/linux/
H A Dbpf_common.h9 #define BPF_ST 0x02 macro
/third_party/elfutils/lib/
H A Dbpf.h12 #define BPF_ST 0x02 macro
/third_party/libbpf/include/linux/
H A Dfilter.h74 .code = BPF_ST | BPF_SIZE(SIZE) | BPF_MEM, \
/third_party/ltp/include/lapi/
H A Dbpf.h22 #define BPF_ST 0x02 macro
551 .code = BPF_ST | BPF_SIZE(SIZE) | BPF_MEM, \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/Disassembler/
H A DBPFDisassembler.cpp39 BPF_ST = 0x2, enumerator
/third_party/libbpf/src/
H A Drelo_core.c1066 case BPF_ST: in bpf_core_patch_insn()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs2175 pub const BPF_ST: ::__u32 = 0x02; consts

Completed in 17 milliseconds