Searched refs:dpa_offset (Results 1 – 2 of 2) sorted by relevance
2890 u64 dpa_offset, hpa_offset, bits_upper, mask_upper, hpa; in cxl_dpa_to_hpa() local2920 dpa_offset = dpa - cxl_dpa_resource_start(cxled); in cxl_dpa_to_hpa()2925 hpa_offset = (dpa_offset & mask_upper) << eiw; in cxl_dpa_to_hpa()2928 bits_upper = (dpa_offset & mask_upper) >> (eig + 8); in cxl_dpa_to_hpa()2934 hpa_offset |= dpa_offset & GENMASK_ULL(eig + 7, 0); in cxl_dpa_to_hpa()
449 u64 dpa_offset; member