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

/freebsd-12-stable/sys/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));
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()))

Completed in 104 milliseconds