Searched refs:EBPF_REG_1 (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_bpf.c | 128 .dst_reg = EBPF_REG_1, 134 .dst_reg = EBPF_REG_1, 140 .dst_reg = EBPF_REG_1, 146 .dst_reg = EBPF_REG_1, 197 .dst_reg = EBPF_REG_1, 203 .dst_reg = EBPF_REG_1, 209 .dst_reg = EBPF_REG_1, 215 .dst_reg = EBPF_REG_1, 236 .src_reg = EBPF_REG_1, 242 .src_reg = EBPF_REG_1, [all …]
|
| /f-stack/dpdk/lib/librte_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 | 463 reg[EBPF_REG_1], reg[EBPF_REG_2], in bpf_exec() 494 reg[EBPF_REG_1] = (uintptr_t)ctx[i]; in rte_bpf_exec_burst()
|
| H A D | bpf_validate.c | 104 #define ZERO_REG RTE_LEN2MASK(EBPF_REG_1, uint16_t) 612 for (i = EBPF_REG_1; i != EBPF_REG_6; i++) in eval_ld_mbuf() 991 bvf->evst->rv + EBPF_REG_1 + i); in eval_call() 995 for (i = EBPF_REG_1; i != EBPF_REG_6; i++) in eval_call() 2230 bvf->evst->rv[EBPF_REG_1].v = bvf->prm->prog_arg; in evaluate() 2231 bvf->evst->rv[EBPF_REG_1].mask = UINT64_MAX; in evaluate() 2233 eval_max_bound(bvf->evst->rv + EBPF_REG_1, UINT64_MAX); in evaluate()
|
| 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 | 69 [EBPF_REG_1] = RDI, 1118 rg[EBPF_REG_6], rg[EBPF_REG_1]); in emit_ldmb_slow_path()
|