Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/cxl/
H A Dcxl_core_exports.c7 EXPORT_SYMBOL_NS_GPL(cxl_num_decoders_committed, CXL);
/openbmc/linux/drivers/cxl/core/
H A Dhdm.c637 if (cxl_num_decoders_committed(port) != id) { in cxl_decoder_commit()
641 cxl_num_decoders_committed(port)); in cxl_decoder_commit()
853 if (cxld->id != cxl_num_decoders_committed(port)) { in init_hdm_decoder()
H A Dmemdev.c240 if (cxl_num_decoders_committed(port) == 0) { in cxl_trigger_poison_list()
292 if (port && is_cxl_endpoint(port) && cxl_num_decoders_committed(port)) in cxl_dpa_to_region()
H A Dmbox.c1201 if (endpoint && cxl_num_decoders_committed(endpoint) == 0) in cxl_mem_sanitize()
H A Dport.c40 int cxl_num_decoders_committed(struct cxl_port *port) in cxl_num_decoders_committed() function
/openbmc/linux/drivers/cxl/
H A Dcxl.h680 int cxl_num_decoders_committed(struct cxl_port *port);
/openbmc/linux/tools/testing/cxl/test/
H A Dcxl.c672 if (cxl_num_decoders_committed(port) != id) { in mock_decoder_commit()
676 cxl_num_decoders_committed(port)); in mock_decoder_commit()