Searched refs:CVMX_L2C_MAX_MEMSZ_ALLOWED (Results 1 – 1 of 1) sorted by relevance
96 #define CVMX_L2C_MAX_MEMSZ_ALLOWED (OCTEON_IS_OCTEON2() ? \ macro117 if (mem_size > (CVMX_L2C_MAX_MEMSZ_ALLOWED * 1024ull)) { in cvmx_l2c_set_big_size()120 (u64)CVMX_L2C_MAX_MEMSZ_ALLOWED * 1024); in cvmx_l2c_set_big_size()121 mem_size = CVMX_L2C_MAX_MEMSZ_ALLOWED * 1024; in cvmx_l2c_set_big_size()
Completed in 9 milliseconds