Home
last modified time | relevance | path

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

/dpdk/lib/bpf/
H A Dbpf_exec.c166 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 Dbpf_def.h71 #define BPF_LSH 0x60 macro
H A Dbpf_convert.c319 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 Dbpf_dump.c25 [BPF_LSH >> 4] = "lsh", [BPF_RSH >> 4] = "rsh",
H A Dbpf_jit_x86.c417 [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 Dbpf_jit_arm64.c1256 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 Dbpf_validate.c677 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 Dtest_bpf.c545 .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),