Home
last modified time | relevance | path

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

/samples/bpf/
Dbpf_insn.h10 #define BPF_ALU64_REG(OP, DST, SRC) \ argument
13 .dst_reg = DST, \
18 #define BPF_ALU32_REG(OP, DST, SRC) \ argument
21 .dst_reg = DST, \
28 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument
31 .dst_reg = DST, \
36 #define BPF_ALU32_IMM(OP, DST, IMM) \ argument
39 .dst_reg = DST, \
46 #define BPF_MOV64_REG(DST, SRC) \ argument
49 .dst_reg = DST, \
[all …]