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

/linux-4.1.27/drivers/misc/cxl/
H A Dnative.c146 static int spa_max_procs(int spa_size) spa_max_procs() argument
161 return ((spa_size / 8) - 96) / 17; spa_max_procs()
172 afu->spa_size = (1 << afu->spa_order) * PAGE_SIZE; alloc_spa()
173 afu->spa_max_procs = spa_max_procs(afu->spa_size); alloc_spa()
176 WARN_ON(afu->spa_size > 0x100000); /* Max size supported by the hardware */ alloc_spa()
190 spap |= ((afu->spa_size >> (12 - CXL_PSL_SPAP_Size_Shift)) - 1) & CXL_PSL_SPAP_Size; alloc_spa()
H A Dcxl.h373 unsigned int spa_size; member in struct:cxl_afu

Completed in 116 milliseconds