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

/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-l2c.h63 #define CVMX_L2C_MAX_MEMSZ_ALLOWED ((OCTEON_IS_MODEL(OCTEON_CN6XXX) || OCTEON_IS_MODEL(OCTEON_CNF7XXX)) ? 32 : 0) macro
H A Dcvmx-l2c.c1158 if (mem_size > (CVMX_L2C_MAX_MEMSZ_ALLOWED * 1024))
1161 (unsigned long long)mem_size, (unsigned long long)CVMX_L2C_MAX_MEMSZ_ALLOWED * 1024);
1162 mem_size = CVMX_L2C_MAX_MEMSZ_ALLOWED * 1024;
1301 if (memsz == 0 || memsz > CVMX_L2C_MAX_MEMSZ_ALLOWED) {
1303 memsz, CVMX_L2C_MAX_MEMSZ_ALLOWED);

Completed in 49 milliseconds