Home
last modified time | relevance | path

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

/openbmc/qemu/hw/mem/
H A Dcxl_type3.c1054 uint64_t decoder_base, decoder_size, hpa_offset, skip; in cxl_type3_dpa() local
1060 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()