Searched refs:dpa_offset (Results 1 – 2 of 2) sorted by relevance
39 u64 dpa_offset, hpa_offset, bits_upper, mask_upper, hpa; in cxl_dpa_to_hpa() local59 dpa_offset = dpa - cxl_dpa_resource_start(cxled); in cxl_dpa_to_hpa()64 hpa_offset = (dpa_offset & mask_upper) << eiw; in cxl_dpa_to_hpa()67 bits_upper = (dpa_offset & mask_upper) >> (eig + 8); in cxl_dpa_to_hpa()73 hpa_offset |= dpa_offset & GENMASK_ULL(eig + 7, 0); in cxl_dpa_to_hpa()
447 u64 dpa_offset; member