Searched refs:EBPF_REG_6 (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/lib/librte_bpf/ |
| H A D | bpf_def.h | 115 EBPF_REG_6, /* callee saved register */ enumerator 145 #define EBPF_FUNC_MAX_ARGS (EBPF_REG_6 - EBPF_REG_1)
|
| H A D | bpf_jit_x86.c | 74 [EBPF_REG_6] = RBX, 1063 rg[EBPF_REG_6], rg[EBPF_REG_3], in emit_ldmb_fast_path() 1076 rg[EBPF_REG_6], rg[EBPF_REG_3], in emit_ldmb_fast_path() 1081 rg[EBPF_REG_6], rg[EBPF_REG_0], in emit_ldmb_fast_path() 1118 rg[EBPF_REG_6], rg[EBPF_REG_1]); in emit_ldmb_slow_path()
|
| H A D | bpf_jit_arm64.c | 736 [EBPF_REG_6] = A64_R(19), in ebpf_to_a64_reg() 760 [EBPF_REG_6] = A64_R(9), in ebpf_to_a64_reg() 797 r6 = ebpf_to_a64_reg(ctx, EBPF_REG_6); in emit_prologue_has_call() 844 r6 = ebpf_to_a64_reg(ctx, EBPF_REG_6); in emit_epilogue_has_call()
|
| H A D | bpf_exec.c | 142 mb = (const struct rte_mbuf *)(uintptr_t)reg[EBPF_REG_6]; in bpf_ld_mbuf()
|
| H A D | bpf_validate.c | 107 #define IND_SRC_REGS (WRT_REGS ^ 1 << EBPF_REG_6) 596 if (bvf->evst->rv[EBPF_REG_6].v.type != RTE_BPF_ARG_PTR_MBUF) in eval_ld_mbuf() 612 for (i = EBPF_REG_1; i != EBPF_REG_6; i++) in eval_ld_mbuf() 995 for (i = EBPF_REG_1; i != EBPF_REG_6; i++) in eval_call()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_bpf.c | 1485 .dst_reg = EBPF_REG_6, 1491 .src_reg = EBPF_REG_6, 1497 .src_reg = EBPF_REG_6, 2263 .dst_reg = EBPF_REG_6, 2269 .src_reg = EBPF_REG_6, 2275 .src_reg = EBPF_REG_6, 2381 .src_reg = EBPF_REG_6, 2461 .dst_reg = EBPF_REG_6, 2719 .dst_reg = EBPF_REG_6,
|