Home
last modified time | relevance | path

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

/dpdk/lib/bpf/
H A Dbpf_jit_x86.c364 [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 Dbpf_exec.c157 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 Dbpf_def.h66 #define BPF_SUB 0x10 macro
H A Dbpf_dump.c22 [BPF_ADD >> 4] = "add", [BPF_SUB >> 4] = "sub",
H A Dbpf_convert.c313 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 Dbpf_jit_arm64.c1172 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 Dbpf_validate.c675 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 Dtest_bpf.c1174 .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),