Searched refs:CVMX_L2C_MAX_MEMSZ_ALLOWED (Results 1 – 2 of 2) sorted by relevance
63 #define CVMX_L2C_MAX_MEMSZ_ALLOWED ((OCTEON_IS_MODEL(OCTEON_CN6XXX) || OCTEON_IS_MODEL(OCTEON_CNF7X… macro
1158 if (mem_size > (CVMX_L2C_MAX_MEMSZ_ALLOWED * 1024)) in cvmx_l2c_set_big_size()1161 … (unsigned long long)mem_size, (unsigned long long)CVMX_L2C_MAX_MEMSZ_ALLOWED * 1024); in cvmx_l2c_set_big_size()1162 mem_size = CVMX_L2C_MAX_MEMSZ_ALLOWED * 1024; in cvmx_l2c_set_big_size()1301 if (memsz == 0 || memsz > CVMX_L2C_MAX_MEMSZ_ALLOWED) { in __cvmx_l2c_vrt_decode_memsize()1303 memsz, CVMX_L2C_MAX_MEMSZ_ALLOWED); in __cvmx_l2c_vrt_decode_memsize()