Home
last modified time | relevance | path

Searched refs:INSTR_METPREFETCH_I (Results 1 – 2 of 2) sorted by relevance

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c4494 instr->type = INSTR_METPREFETCH_I; in instr_metprefetch_translate()
6804 [INSTR_METPREFETCH_I] = instr_metprefetch_i_exec,
10184 case INSTR_METPREFETCH_I: return "INSTR_METPREFETCH_I"; in instr_type_to_name()
10663 instr->type == INSTR_METPREFETCH_I) in instr_meter_export()
10667 if (instr->type == INSTR_METPREFETCH_I || in instr_meter_export()
11053 [INSTR_METPREFETCH_I] = instr_meter_export,
11271 case INSTR_METPREFETCH_I: return "__instr_metprefetch_i_exec"; in instr_type_to_func()
H A Drte_swx_pipeline_internal.h426 INSTR_METPREFETCH_I, /* index = I */ enumerator