Home
last modified time | relevance | path

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

/dpdk/drivers/common/cnxk/
H A Droc_model.h29 #define ROC_ENV_EMUL BIT_ULL(62) macro
182 return roc_model->flag & ROC_ENV_EMUL; in roc_env_is_emulator()
H A Droc_model.c195 {"EMUL_PLATFORM", ROC_ENV_EMUL}, in env_lookup_flag()