Searched refs:spap (Results 1 – 1 of 1) sorted by relevance
166 u64 spap; in alloc_spa() local189 spap = virt_to_phys(afu->spa) & CXL_PSL_SPAP_Addr; in alloc_spa()190 spap |= ((afu->spa_size >> (12 - CXL_PSL_SPAP_Size_Shift)) - 1) & CXL_PSL_SPAP_Size; in alloc_spa()191 spap |= CXL_PSL_SPAP_V; in alloc_spa()192 …us: 0x%p CXL_PSL_SPAP_An=0x%016llx\n", afu->spa, afu->spa_max_procs, afu->sw_command_status, spap); in alloc_spa()193 cxl_p1n_write(afu, CXL_PSL_SPAP_An, spap); in alloc_spa()