Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/cxl/core/
Dhdm.c679 u64 *dpa_base) in init_hdm_decoder() argument
772 rc = devm_cxl_dpa_reserve(cxled, *dpa_base + skip, dpa_size, skip); in init_hdm_decoder()
776 port->id, cxld->id, *dpa_base, in init_hdm_decoder()
777 *dpa_base + dpa_size + skip - 1, rc); in init_hdm_decoder()
780 *dpa_base += dpa_size + skip; in init_hdm_decoder()
793 u64 dpa_base = 0; in devm_cxl_enumerate_decoders() local
840 rc = init_hdm_decoder(port, cxld, target_map, hdm, i, &dpa_base); in devm_cxl_enumerate_decoders()