Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Docteon-model.h285 #define __OCTEON_IS_MODEL_COMPILE__(arg_model, chip_model) \ macro
334 return(__OCTEON_IS_MODEL_COMPILE__(model, cpuid)); in __octeon_is_model_runtime__()
351 #define CVMX_COMPILED_FOR(x) __OCTEON_IS_MODEL_COMPILE__(x, OCTEON_MODEL)
355 ? __OCTEON_IS_MODEL_COMPILE__(x, OCTEON_MODEL) \
356 : __OCTEON_IS_MODEL_COMPILE__(x, cvmx_get_proc_id()))