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

/linux-4.4.14/drivers/misc/cxl/
H A Dnative.c168 static int spa_max_procs(int spa_size) spa_max_procs() argument
183 return ((spa_size / 8) - 96) / 17; spa_max_procs()
192 afu->spa_size = (1 << afu->spa_order) * PAGE_SIZE; cxl_alloc_spa()
193 afu->spa_max_procs = spa_max_procs(afu->spa_size); cxl_alloc_spa()
196 WARN_ON(afu->spa_size > 0x100000); /* Max size supported by the hardware */ cxl_alloc_spa()
217 spap |= ((afu->spa_size >> (12 - CXL_PSL_SPAP_Size_Shift)) - 1) & CXL_PSL_SPAP_Size; attach_spa()
H A Dcxl.h381 unsigned int spa_size; member in struct:cxl_afu

Completed in 61 milliseconds