Searched refs:EBPF_REG_2 (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_bpf.c | 192 .dst_reg = EBPF_REG_2, 198 .src_reg = EBPF_REG_2, 204 .src_reg = EBPF_REG_2, 210 .src_reg = EBPF_REG_2, 216 .src_reg = EBPF_REG_2, 235 .dst_reg = EBPF_REG_2, 271 .src_reg = EBPF_REG_2, 400 .dst_reg = EBPF_REG_2, 418 .dst_reg = EBPF_REG_2, 429 .src_reg = EBPF_REG_2, [all …]
|
| /f-stack/dpdk/lib/librte_bpf/ |
| H A D | bpf_def.h | 111 EBPF_REG_2, /* 1-th argument to internal function */ enumerator
|
| H A D | bpf_jit_x86.c | 70 [EBPF_REG_2] = RSI, 1050 if (sreg != rg[EBPF_REG_2]) { in emit_ldmb_fast_path() 1052 rg[EBPF_REG_2], imm); in emit_ldmb_fast_path() 1055 sreg, rg[EBPF_REG_2]); in emit_ldmb_fast_path() 1059 rg[EBPF_REG_2], imm); in emit_ldmb_fast_path() 1068 rg[EBPF_REG_2], rg[EBPF_REG_3]); in emit_ldmb_fast_path() 1090 rg[EBPF_REG_2], rg[EBPF_REG_0]); in emit_ldmb_fast_path()
|
| H A D | bpf_exec.c | 463 reg[EBPF_REG_1], reg[EBPF_REG_2], in bpf_exec()
|
| H A D | bpf_jit_arm64.c | 731 [EBPF_REG_2] = A64_R(1), in ebpf_to_a64_reg() 752 [EBPF_REG_2] = A64_R(1), in ebpf_to_a64_reg()
|