Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/cxl/core/
H A Dtrace.c39 u64 dpa_offset, hpa_offset, bits_upper, mask_upper, hpa; in cxl_dpa_to_hpa() local
64 hpa_offset = (dpa_offset & mask_upper) << eiw; in cxl_dpa_to_hpa()
65 hpa_offset |= pos << (eig + 8); in cxl_dpa_to_hpa()
69 hpa_offset = ((bits_upper << (eiw - 8)) + pos) << (eig + 8); in cxl_dpa_to_hpa()
73 hpa_offset |= dpa_offset & GENMASK_ULL(eig + 7, 0); in cxl_dpa_to_hpa()
75 /* Apply the hpa_offset to the region base address */ in cxl_dpa_to_hpa()
76 hpa = hpa_offset + p->res->start; in cxl_dpa_to_hpa()

Completed in 1 milliseconds