Searched refs:EBPF_REG_0 (Results 1 – 8 of 8) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_bpf.c | 169 .dst_reg = EBPF_REG_0, 238 .dst_reg = EBPF_REG_0, 269 .dst_reg = EBPF_REG_0, 276 .dst_reg = EBPF_REG_0, 281 .dst_reg = EBPF_REG_0, 286 .dst_reg = EBPF_REG_0, 328 .dst_reg = EBPF_REG_0, 369 .dst_reg = EBPF_REG_0, 374 .dst_reg = EBPF_REG_0, 379 .dst_reg = EBPF_REG_0, [all …]
|
| /dpdk/lib/bpf/ |
| H A D | bpf_exec.c | 79 reg[EBPF_REG_0] = op(p[0]); \ 87 reg[EBPF_REG_0] = op(p[0]); \ 137 p = rte_pktmbuf_read(mb, off, len, reg + EBPF_REG_0); in bpf_ld_mbuf() 456 reg[EBPF_REG_0] = bpf->prm.xsym[ins->imm].func.val( in bpf_exec() 463 return reg[EBPF_REG_0]; in bpf_exec()
|
| H A D | bpf_def.h | 109 EBPF_REG_0, /* return value from internal function/for eBPF program */ enumerator
|
| H A D | bpf_jit_x86.c | 63 [EBPF_REG_0] = RAX, 1076 rg[EBPF_REG_6], rg[EBPF_REG_0], in emit_ldmb_fast_path() 1081 rg[EBPF_REG_3], rg[EBPF_REG_0]); in emit_ldmb_fast_path() 1085 rg[EBPF_REG_2], rg[EBPF_REG_0]); in emit_ldmb_fast_path() 1119 emit_tst_reg(st, EBPF_ALU64, rg[EBPF_REG_0], rg[EBPF_REG_0]); in emit_ldmb_slow_path() 1181 emit_ldmb_fin(st, rg[EBPF_REG_0], opsz, sz); in emit_ld_mbuf() 1190 emit_ldmb_fin(st, rg[EBPF_REG_0], opsz, sz); in emit_ld_mbuf()
|
| H A D | bpf_jit_arm64.c | 728 [EBPF_REG_0] = A64_R(7), in ebpf_to_a64_reg() 749 [EBPF_REG_0] = A64_R(7), in ebpf_to_a64_reg() 849 r0 = ebpf_to_a64_reg(ctx, EBPF_REG_0); in emit_epilogue_has_call() 893 emit_mov_64(ctx, A64_R(0), ebpf_to_a64_reg(ctx, EBPF_REG_0)); in emit_epilogue_no_call() 922 uint8_t r0 = ebpf_to_a64_reg(ctx, EBPF_REG_0); in emit_call() 958 uint8_t r0 = ebpf_to_a64_reg(ctx, EBPF_REG_0); in emit_return_zero_if_src_zero()
|
| H A D | bpf_convert.c | 75 #define BPF_REG_A EBPF_REG_0 437 *insn++ = BPF_MOV32_RAW(BPF_K, EBPF_REG_0, in bpf_convert_filter()
|
| H A D | bpf_load_elf.c | 90 ins[idx].src_reg = EBPF_REG_0; in resolve_xsym()
|
| H A D | bpf_validate.c | 122 if (bvf->evst->rv[EBPF_REG_0].v.type == RTE_BPF_ARG_UNDEF) in eval_exit() 613 rv = bvf->evst->rv + EBPF_REG_0; in eval_ld_mbuf() 1004 rv = bvf->evst->rv + EBPF_REG_0; in eval_call()
|