Home
last modified time | relevance | path

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

/linux/tools/testing/cxl/
H A Dcxl_core_exports.c7 EXPORT_SYMBOL_NS_GPL(cxl_num_decoders_committed, "CXL");
/linux/drivers/cxl/core/
H A Dhdm.c630 if (cxl_num_decoders_committed(port) != id) { in cxl_decoder_commit()
634 cxl_num_decoders_committed(port)); in cxl_decoder_commit()
880 if (cxld->id != cxl_num_decoders_committed(port)) { in init_hdm_decoder()
H A Dport.c42 int cxl_num_decoders_committed(struct cxl_port *port) in cxl_num_decoders_committed() function
555 rc = sysfs_emit(buf, "%d\n", cxl_num_decoders_committed(port)); in decoders_committed_show()
H A Dmemdev.c241 if (cxl_num_decoders_committed(port) == 0) { in cxl_trigger_poison_list()
H A Dmbox.c1235 if (endpoint && cxl_num_decoders_committed(endpoint) == 0) in cxl_mem_sanitize()
H A Dregion.c2848 if (port && is_cxl_endpoint(port) && cxl_num_decoders_committed(port)) in cxl_dpa_to_region()
/linux/tools/testing/cxl/test/
H A Dcxl.c682 if (cxl_num_decoders_committed(port) != id) { in mock_decoder_commit()
686 cxl_num_decoders_committed(port)); in mock_decoder_commit()