Searched refs:INSN_3 (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/kernel/bpf/ |
D | core.c | 834 #define BPF_INSN_MAP(INSN_2, INSN_3) \ argument 837 INSN_3(ALU, ADD, X), \ 838 INSN_3(ALU, SUB, X), \ 839 INSN_3(ALU, AND, X), \ 840 INSN_3(ALU, OR, X), \ 841 INSN_3(ALU, LSH, X), \ 842 INSN_3(ALU, RSH, X), \ 843 INSN_3(ALU, XOR, X), \ 844 INSN_3(ALU, MUL, X), \ 845 INSN_3(ALU, MOV, X), \ [all …]
|