Home
last modified time | relevance | path

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

/linux-6.15/drivers/cxl/core/
H A Dregion.c2890 u64 dpa_offset, hpa_offset, bits_upper, mask_upper, hpa; in cxl_dpa_to_hpa() local
2925 hpa_offset = (dpa_offset & mask_upper) << eiw; in cxl_dpa_to_hpa()
2926 hpa_offset |= pos << (eig + 8); in cxl_dpa_to_hpa()
2930 hpa_offset = ((bits_upper << (eiw - 8)) + pos) << (eig + 8); in cxl_dpa_to_hpa()
2934 hpa_offset |= dpa_offset & GENMASK_ULL(eig + 7, 0); in cxl_dpa_to_hpa()
2937 hpa = hpa_offset + p->res->start + p->cache_size; in cxl_dpa_to_hpa()