Searched refs:BPF_SUB (Results 1 – 8 of 8) sorted by relevance
| /dpdk/lib/bpf/ |
| H A D | bpf_jit_x86.c | 364 [GET_BPF_OP(BPF_SUB)] = 5, in emit_alu_imm() 398 [GET_BPF_OP(BPF_SUB)] = 0x29, in emit_alu_reg() 1062 emit_alu_reg(st, EBPF_ALU64 | BPF_SUB | BPF_X, in emit_ldmb_fast_path() 1107 emit_alu_imm(st, EBPF_ALU64 | BPF_SUB | BPF_K, rg[EBPF_REG_4], in emit_ldmb_slow_path() 1208 emit_alu_imm(st, EBPF_ALU64 | BPF_SUB | BPF_K, RSP, in emit_prolog() 1222 emit_alu_imm(st, EBPF_ALU64 | BPF_SUB | BPF_K, RSP, stack_size); in emit_prolog() 1308 case (BPF_ALU | BPF_SUB | BPF_K): in emit() 1323 case (BPF_ALU | BPF_SUB | BPF_X): in emit() 1347 case (EBPF_ALU64 | BPF_SUB | BPF_K): in emit() 1363 case (EBPF_ALU64 | BPF_SUB | BPF_X): in emit()
|
| H A D | bpf_exec.c | 157 case (BPF_ALU | BPF_SUB | BPF_K): in bpf_exec() 191 case (BPF_ALU | BPF_SUB | BPF_X): in bpf_exec() 236 case (EBPF_ALU64 | BPF_SUB | BPF_K): in bpf_exec() 273 case (EBPF_ALU64 | BPF_SUB | BPF_X): in bpf_exec()
|
| H A D | bpf_def.h | 66 #define BPF_SUB 0x10 macro
|
| H A D | bpf_dump.c | 22 [BPF_ADD >> 4] = "add", [BPF_SUB >> 4] = "sub",
|
| H A D | bpf_convert.c | 313 case BPF_ALU | BPF_SUB | BPF_X: in bpf_convert_filter() 314 case BPF_ALU | BPF_SUB | BPF_K: in bpf_convert_filter()
|
| H A D | bpf_jit_arm64.c | 1172 case (BPF_ALU | BPF_SUB | BPF_X): in emit() 1173 case (EBPF_ALU64 | BPF_SUB | BPF_X): in emit() 1177 case (BPF_ALU | BPF_SUB | BPF_K): in emit() 1178 case (EBPF_ALU64 | BPF_SUB | BPF_K): in emit()
|
| H A D | bpf_validate.c | 675 else if (op == BPF_SUB) in eval_alu() 1141 [(BPF_ALU | BPF_SUB | BPF_K)] = { 1208 [(EBPF_ALU64 | BPF_SUB | BPF_K)] = { 1281 [(BPF_ALU | BPF_SUB | BPF_X)] = { 1368 [(EBPF_ALU64 | BPF_SUB | BPF_X)] = {
|
| /dpdk/app/test/ |
| H A D | test_bpf.c | 1174 .code = (BPF_ALU | BPF_SUB | BPF_X), 1771 .code = (EBPF_ALU64 | BPF_SUB | BPF_K), 1781 .code = (EBPF_ALU64 | BPF_SUB | BPF_K), 2139 .code = (EBPF_ALU64 | BPF_SUB | BPF_X),
|