Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c1459 case INSTR_EXTERN_OBJ: in instruction_does_thread_yield()
2489 instr->type = INSTR_EXTERN_OBJ; in instr_extern_translate()
6826 [INSTR_EXTERN_OBJ] = instr_extern_obj_exec,
10208 case INSTR_EXTERN_OBJ: return "INSTR_EXTERN_OBJ"; in instr_type_to_name()
10796 if (instr->type == INSTR_EXTERN_OBJ) in instr_extern_export()
11077 [INSTR_EXTERN_OBJ] = instr_extern_export,
11295 case INSTR_EXTERN_OBJ: return NULL; in instr_type_to_func()
11742 if (instr->type == INSTR_EXTERN_OBJ) { in action_instr_codegen()
H A Drte_swx_pipeline_internal.h459 INSTR_EXTERN_OBJ, enumerator