Searched refs:EBPF_REG_3 (Results 1 – 6 of 6) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_bpf.c | 257 .dst_reg = EBPF_REG_3, 282 .src_reg = EBPF_REG_3, 336 .dst_reg = EBPF_REG_3, 370 .src_reg = EBPF_REG_3, 422 .dst_reg = EBPF_REG_3, 439 .dst_reg = EBPF_REG_3, 450 .src_reg = EBPF_REG_3, 461 .src_reg = EBPF_REG_3, 534 .dst_reg = EBPF_REG_3, 551 .dst_reg = EBPF_REG_3, [all …]
|
| /dpdk/lib/bpf/ |
| H A D | bpf_def.h | 112 EBPF_REG_3, /* 2-th argument to internal function */ enumerator
|
| H A D | bpf_jit_x86.c | 66 [EBPF_REG_3] = RDX, 1058 rg[EBPF_REG_6], rg[EBPF_REG_3], in emit_ldmb_fast_path() 1063 rg[EBPF_REG_2], rg[EBPF_REG_3]); in emit_ldmb_fast_path() 1066 emit_cmp_imm(st, EBPF_ALU64, rg[EBPF_REG_3], sz); in emit_ldmb_fast_path() 1071 rg[EBPF_REG_6], rg[EBPF_REG_3], in emit_ldmb_fast_path() 1081 rg[EBPF_REG_3], rg[EBPF_REG_0]); in emit_ldmb_fast_path() 1102 emit_mov_imm(st, EBPF_ALU64 | EBPF_MOV | BPF_K, rg[EBPF_REG_3], sz); in emit_ldmb_slow_path()
|
| H A D | bpf_convert.c | 68 #define BPF_REG_ARG3 EBPF_REG_3
|
| H A D | bpf_exec.c | 458 reg[EBPF_REG_3], reg[EBPF_REG_4], in bpf_exec()
|
| H A D | bpf_jit_arm64.c | 732 [EBPF_REG_3] = A64_R(2), in ebpf_to_a64_reg() 753 [EBPF_REG_3] = A64_R(2), in ebpf_to_a64_reg()
|