Searched defs:regarray (Results 1 – 2 of 2) sorted by relevance
| /dpdk/lib/pipeline/ |
| H A D | rte_swx_pipeline_internal.h | 846 struct regarray { struct 854 TAILQ_HEAD(regarray_tailq, regarray); argument 857 uint64_t *regarray; member 3048 uint64_t *regarray, idx; in __instr_regprefetch_rh_exec() local 3062 uint64_t *regarray, idx; in __instr_regprefetch_rm_exec() local 3076 uint64_t *regarray, idx; in __instr_regprefetch_ri_exec() local 3090 uint64_t *regarray, idx; in __instr_regrd_hrh_exec() local 3104 uint64_t *regarray, idx; in __instr_regrd_hrm_exec() local 3117 uint64_t *regarray, idx; in __instr_regrd_mrh_exec() local 3129 uint64_t *regarray, idx; in __instr_regrd_mrm_exec() local [all …]
|
| H A D | rte_swx_pipeline.c | 3809 char *regarray = tokens[1], *idx = tokens[2]; in instr_regprefetch_translate() local 3855 char *dst = tokens[1], *regarray = tokens[2], *idx = tokens[3]; in instr_regrd_translate() local 3916 char *regarray = tokens[1], *idx = tokens[2], *src = tokens[3]; in instr_regwr_translate() local 4012 char *regarray = tokens[1], *idx = tokens[2], *src = tokens[3]; in instr_regadd_translate() local 8762 struct regarray *regarray; in regarray_build() local 8798 struct regarray *regarray = regarray_find_by_id(p, i); in regarray_build_free() local 9825 struct rte_swx_ctl_regarray_info *regarray) in rte_swx_ctl_regarray_info_get() 9847 struct regarray *regarray; in rte_swx_ctl_pipeline_regarray_read() local 9868 struct regarray *regarray; in rte_swx_ctl_pipeline_regarray_write() local
|