Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c4481 instr->type = INSTR_METPREFETCH_H; in instr_metprefetch_translate()
6802 [INSTR_METPREFETCH_H] = instr_metprefetch_h_exec,
10182 case INSTR_METPREFETCH_H: return "INSTR_METPREFETCH_H"; in instr_type_to_name()
10661 if (instr->type == INSTR_METPREFETCH_H || in instr_meter_export()
11051 [INSTR_METPREFETCH_H] = instr_meter_export,
11269 case INSTR_METPREFETCH_H: return "__instr_metprefetch_h_exec"; in instr_type_to_func()
H A Drte_swx_pipeline_internal.h424 INSTR_METPREFETCH_H, /* index = H */ enumerator