Home
last modified time | relevance | path

Searched refs:spap (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/drivers/misc/cxl/
Dnative.c257 u64 spap; in attach_spa() local
262 spap = virt_to_phys(afu->native->spa) & CXL_PSL_SPAP_Addr; in attach_spa()
263 spap |= ((afu->native->spa_size >> (12 - CXL_PSL_SPAP_Size_Shift)) - 1) & CXL_PSL_SPAP_Size; in attach_spa()
264 spap |= CXL_PSL_SPAP_V; in attach_spa()
267 afu->native->sw_command_status, spap); in attach_spa()
268 cxl_p1n_write(afu, CXL_PSL_SPAP_An, spap); in attach_spa()