Searched refs:EBPF_REG_1 (Results 1 – 7 of 7) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_bpf.c | 144 .dst_reg = EBPF_REG_1, 150 .dst_reg = EBPF_REG_1, 156 .dst_reg = EBPF_REG_1, 162 .dst_reg = EBPF_REG_1, 213 .dst_reg = EBPF_REG_1, 219 .dst_reg = EBPF_REG_1, 225 .dst_reg = EBPF_REG_1, 231 .dst_reg = EBPF_REG_1, 252 .src_reg = EBPF_REG_1, 258 .src_reg = EBPF_REG_1, [all …]
|
| /dpdk/lib/bpf/ |
| H A D | bpf_def.h | 110 EBPF_REG_1, /* 0-th argument to internal function */ enumerator 129 #define EBPF_PSEUDO_CALL EBPF_REG_1 145 #define EBPF_FUNC_MAX_ARGS (EBPF_REG_6 - EBPF_REG_1)
|
| H A D | bpf_exec.c | 457 reg[EBPF_REG_1], reg[EBPF_REG_2], in bpf_exec() 488 reg[EBPF_REG_1] = (uintptr_t)ctx[i]; in rte_bpf_exec_burst()
|
| H A D | bpf_validate.c | 101 #define ZERO_REG RTE_LEN2MASK(EBPF_REG_1, uint16_t) 609 for (i = EBPF_REG_1; i != EBPF_REG_6; i++) in eval_ld_mbuf() 995 bvf->evst->rv + EBPF_REG_1 + i); in eval_call() 999 for (i = EBPF_REG_1; i != EBPF_REG_6; i++) in eval_call() 2234 bvf->evst->rv[EBPF_REG_1].v = bvf->prm->prog_arg; in evaluate() 2235 bvf->evst->rv[EBPF_REG_1].mask = UINT64_MAX; in evaluate() 2237 eval_max_bound(bvf->evst->rv + EBPF_REG_1, UINT64_MAX); in evaluate()
|
| H A D | bpf_convert.c | 66 #define BPF_REG_ARG1 EBPF_REG_1
|
| H A D | bpf_jit_arm64.c | 730 [EBPF_REG_1] = A64_R(0), in ebpf_to_a64_reg() 751 [EBPF_REG_1] = A64_R(0), in ebpf_to_a64_reg()
|
| H A D | bpf_jit_x86.c | 64 [EBPF_REG_1] = RDI, 1113 rg[EBPF_REG_6], rg[EBPF_REG_1]); in emit_ldmb_slow_path()
|