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