Searched refs:decoder_base (Results 1 – 1 of 1) sorted by relevance
1092 uint64_t decoder_base, decoder_size, hpa_offset, skip; in cxl_type3_dpa() local1098 decoder_base = ((uint64_t)high << 32) | (low & 0xf0000000); in cxl_type3_dpa()1111 hpa_offset = (uint64_t)host_addr - decoder_base; in cxl_type3_dpa()1119 if (((uint64_t)host_addr < decoder_base) || in cxl_type3_dpa()