Home
last modified time | relevance | path

Searched refs:cxl_num_decoders_committed (Results 1 – 9 of 9) 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.c810 if (cxl_num_decoders_committed(port) != id) { in cxl_decoder_commit()
814 cxl_num_decoders_committed(port)); in cxl_decoder_commit()
1027 if (cxld->id != cxl_num_decoders_committed(port)) { in init_hdm_decoder()
H A Dport.c46 int cxl_num_decoders_committed(struct cxl_port *port) in cxl_num_decoders_committed() function
573 return sysfs_emit(buf, "%d\n", cxl_num_decoders_committed(port)); in decoders_committed_show()
H A Dmemdev.c255 if (cxl_num_decoders_committed(port) == 0) { in cxl_trigger_poison_list()
H A Dmbox.c1307 if (cxlmd->dev.driver && cxl_num_decoders_committed(endpoint) == 0) in cxl_mem_sanitize()
H A Dedac.c1152 if (port && cxl_num_decoders_committed(port)) in cxl_is_memdev_memory_online()
H A Dregion.c3060 if (cxl_num_decoders_committed(port)) in cxl_dpa_to_region()
/linux/drivers/cxl/
H A Dcxl.h723 int cxl_num_decoders_committed(struct cxl_port *port);
/linux/tools/testing/cxl/test/
H A Dcxl.c961 if (cxl_num_decoders_committed(port) != id) { in mock_decoder_commit()
965 cxl_num_decoders_committed(port)); in mock_decoder_commit()