Searched refs:BPF_MUL (Results 1 – 11 of 11) sorted by relevance
67 #define BPF_MUL 0x20 macro
181 case (BPF_ALU | BPF_MUL | BPF_K): in bpf_exec()215 case (BPF_ALU | BPF_MUL | BPF_X): in bpf_exec()263 case (EBPF_ALU64 | BPF_MUL | BPF_K): in bpf_exec()300 case (EBPF_ALU64 | BPF_MUL | BPF_X): in bpf_exec()
1183 case (BPF_ALU | BPF_MUL | BPF_X): in emit()1184 case (EBPF_ALU64 | BPF_MUL | BPF_X): in emit()1188 case (BPF_ALU | BPF_MUL | BPF_K): in emit()1189 case (EBPF_ALU64 | BPF_MUL | BPF_K): in emit()
1386 case (BPF_ALU | BPF_MUL | BPF_K): in emit()1387 case (BPF_ALU | BPF_MUL | BPF_X): in emit()1388 case (EBPF_ALU64 | BPF_MUL | BPF_K): in emit()1389 case (EBPF_ALU64 | BPF_MUL | BPF_X): in emit()
685 else if (op == BPF_MUL) in eval_alu()1173 [(BPF_ALU | BPF_MUL | BPF_K)] = {1246 [(EBPF_ALU64 | BPF_MUL | BPF_K)] = {1313 [(BPF_ALU | BPF_MUL | BPF_X)] = {1406 [(EBPF_ALU64 | BPF_MUL | BPF_X)] = {
429 case BPF_ALU|BPF_MUL|BPF_X: in bpf_filter()473 case BPF_ALU|BPF_MUL|BPF_K: in bpf_filter()
284 #define BPF_MUL 0x20 macro
491 case BPF_ALU|BPF_MUL|BPF_X: in bpf_jit_compile()547 case BPF_ALU|BPF_MUL|BPF_K: in bpf_jit_compile()
513 case BPF_ALU|BPF_MUL|BPF_X: in bpf_jit_compile()577 case BPF_ALU|BPF_MUL|BPF_K: in bpf_jit_compile()
283 #define BPF_MUL 0x20 macro
417 .code = (BPF_ALU | BPF_MUL | BPF_K),422 .code = (EBPF_ALU64 | BPF_MUL | BPF_K),427 .code = (BPF_ALU | BPF_MUL | BPF_X),432 .code = (EBPF_ALU64 | BPF_MUL | BPF_X),