Searched refs:BPF_LSH (Results 1 – 8 of 8) sorted by relevance
| /dpdk/lib/bpf/ |
| H A D | bpf_exec.c | 166 case (BPF_ALU | BPF_LSH | BPF_K): in bpf_exec() 200 case (BPF_ALU | BPF_LSH | BPF_X): in bpf_exec() 245 case (EBPF_ALU64 | BPF_LSH | BPF_K): in bpf_exec() 282 case (EBPF_ALU64 | BPF_LSH | BPF_X): in bpf_exec()
|
| H A D | bpf_def.h | 71 #define BPF_LSH 0x60 macro
|
| H A D | bpf_convert.c | 319 case BPF_ALU | BPF_LSH | BPF_X: in bpf_convert_filter() 320 case BPF_ALU | BPF_LSH | BPF_K: in bpf_convert_filter() 424 *insn++ = BPF_ALU32_IMM(BPF_LSH, BPF_REG_A, 2); in bpf_convert_filter()
|
| H A D | bpf_dump.c | 25 [BPF_LSH >> 4] = "lsh", [BPF_RSH >> 4] = "rsh",
|
| H A D | bpf_jit_x86.c | 417 [GET_BPF_OP(BPF_LSH)] = 4, in emit_shift() 1314 case (BPF_ALU | BPF_LSH | BPF_K): in emit() 1329 case (BPF_ALU | BPF_LSH | BPF_X): in emit() 1353 case (EBPF_ALU64 | BPF_LSH | BPF_K): in emit() 1369 case (EBPF_ALU64 | BPF_LSH | BPF_X): in emit()
|
| H A D | bpf_jit_arm64.c | 1256 case BPF_ALU | BPF_LSH | BPF_X: in emit() 1257 case EBPF_ALU64 | BPF_LSH | BPF_X: in emit() 1261 case BPF_ALU | BPF_LSH | BPF_K: in emit() 1262 case EBPF_ALU64 | BPF_LSH | BPF_K: in emit()
|
| H A D | bpf_validate.c | 677 else if (op == BPF_LSH) in eval_alu() 1159 [(BPF_ALU | BPF_LSH | BPF_K)] = { 1226 [(EBPF_ALU64 | BPF_LSH | BPF_K)] = { 1299 [(BPF_ALU | BPF_LSH | BPF_X)] = { 1386 [(EBPF_ALU64 | BPF_LSH | BPF_X)] = {
|
| /dpdk/app/test/ |
| H A D | test_bpf.c | 545 .code = (BPF_ALU | BPF_LSH | BPF_K), 572 .code = (EBPF_ALU64 | BPF_LSH | BPF_X), 632 .code = (BPF_ALU | BPF_LSH | BPF_X), 2347 .code = (EBPF_ALU64 | BPF_LSH | BPF_K), 2392 .code = (EBPF_ALU64 | BPF_LSH | BPF_K), 2530 .code = (BPF_ALU | BPF_LSH | BPF_K), 2788 .code = (BPF_ALU | BPF_LSH | BPF_K),
|