Searched defs:regarray (Results 1 – 2 of 2) sorted by relevance
/dpdk/lib/pipeline/ |
H A D | rte_swx_pipeline_internal.h | 827 struct instr_regarray regarray; member 1004 struct regarray { struct 1012 TAILQ_HEAD(regarray_tailq, regarray); argument 1015 uint64_t *regarray; member 3675 uint64_t *regarray, idx; in __instr_regprefetch_rh_exec() local 3689 uint64_t *regarray, idx; in __instr_regprefetch_rm_exec() local 3703 uint64_t *regarray, idx; in __instr_regprefetch_ri_exec() local 3717 uint64_t *regarray, idx; in __instr_regrd_hrh_exec() local 3731 uint64_t *regarray, idx; in __instr_regrd_hrm_exec() local 3744 uint64_t *regarray, idx; in __instr_regrd_mrh_exec() local [all …]
|
H A D | rte_swx_pipeline.c | 4609 char *regarray = tokens[1], *idx = tokens[2]; in instr_regprefetch_translate() local 4655 char *dst = tokens[1], *regarray = tokens[2], *idx = tokens[3]; in instr_regrd_translate() local 4716 char *regarray = tokens[1], *idx = tokens[2], *src = tokens[3]; in instr_regwr_translate() local 4812 char *regarray = tokens[1], *idx = tokens[2], *src = tokens[3]; in instr_regadd_translate() local 9975 struct regarray *regarray; in regarray_build() local 10011 struct regarray *regarray = regarray_find_by_id(p, i); in regarray_build_free() local 11234 struct rte_swx_ctl_regarray_info *regarray) in rte_swx_ctl_regarray_info_get() 11256 struct regarray *regarray; in rte_swx_ctl_pipeline_regarray_read() local 11277 struct regarray *regarray; in rte_swx_ctl_pipeline_regarray_write() local
|