Home
last modified time | relevance | path

Searched refs:EBPF_REG_3 (Results 1 – 6 of 6) sorted by relevance

/dpdk/app/test/
H A Dtest_bpf.c257 .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 Dbpf_def.h112 EBPF_REG_3, /* 2-th argument to internal function */ enumerator
H A Dbpf_jit_x86.c66 [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 Dbpf_convert.c68 #define BPF_REG_ARG3 EBPF_REG_3
H A Dbpf_exec.c458 reg[EBPF_REG_3], reg[EBPF_REG_4], in bpf_exec()
H A Dbpf_jit_arm64.c732 [EBPF_REG_3] = A64_R(2), in ebpf_to_a64_reg()
753 [EBPF_REG_3] = A64_R(2), in ebpf_to_a64_reg()