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

/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Docteon-model.c90 if ((OCTEON_MODEL & 0xffffff) != chip_id)
92 if (!OCTEON_IS_MODEL((OM_IGNORE_REVISION | chip_id)) || (OCTEON_MODEL & 0xffffff) > chip_id || (((OCTEON_MODEL & 0xffffff) ^ chip_id) & 0x10))
95 " Expecting ID=0x%08x, Chip is 0x%08x\n", (OCTEON_MODEL & 0xffffff), (unsigned int)chip_id);
96 if ((OCTEON_MODEL & 0xffffff) > chip_id)
108 " Compiled for ID=0x%08x, Chip is 0x%08x\n", (OCTEON_MODEL & 0xffffff), (unsigned int)chip_id);
H A Docteon-model.h219 ** is not a valid model for the OCTEON_MODEL environment variable.
320 #if defined(USE_RUNTIME_MODEL_CHECKS) || defined(__U_BOOT__) || (defined(__linux__) && defined(__KERNEL__)) || defined(CVMX_BUILD_FOR_TOOLCHAIN) || (defined(__FreeBSD__) && defined(_KERNEL) && !defined(OCTEON_MODEL))
349 #undef OCTEON_MODEL macro
351 #define CVMX_COMPILED_FOR(x) __OCTEON_IS_MODEL_COMPILE__(x, OCTEON_MODEL)
355 ? __OCTEON_IS_MODEL_COMPILE__(x, OCTEON_MODEL) \
376 return (OCTEON_MODEL & OCTEON_FAMILY_MASK);
H A Dcvmx-app-init.c284 #define OMS xstr(OCTEON_MODEL)
/freebsd-12-stable/sys/mips/cavium/
H A Docteon_machdep.c303 #if !defined(OCTEON_MODEL)
306 printf("Compiled for CPU model: " __XSTRING(OCTEON_MODEL) "\n");

Completed in 196 milliseconds