Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c1460 case INSTR_EXTERN_FUNC: in instruction_does_thread_yield()
2502 instr->type = INSTR_EXTERN_FUNC; in instr_extern_translate()
6827 [INSTR_EXTERN_FUNC] = instr_extern_func_exec,
10209 case INSTR_EXTERN_FUNC: return "INSTR_EXTERN_FUNC"; in instr_type_to_name()
11078 [INSTR_EXTERN_FUNC] = instr_extern_export,
11296 case INSTR_EXTERN_FUNC: return NULL; in instr_type_to_func()
11747 if (instr->type == INSTR_EXTERN_FUNC) { in action_instr_codegen()
H A Drte_swx_pipeline_internal.h462 INSTR_EXTERN_FUNC, enumerator