Home
last modified time | relevance | path

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

/linux/drivers/cxl/core/
H A Dport.c1933 int cxl_decoder_add_locked(struct cxl_decoder *cxld, int *target_map) in cxl_decoder_add_locked() function
1968 EXPORT_SYMBOL_NS_GPL(cxl_decoder_add_locked, "CXL");
1996 return cxl_decoder_add_locked(cxld, target_map); in cxl_decoder_add()
H A Dhdm.c26 rc = cxl_decoder_add_locked(cxld, target_map); in add_hdm_decoder()
/linux/tools/testing/cxl/test/
H A Dcxl.c907 rc = cxl_decoder_add_locked(cxld, target_map); in mock_cxl_enumerate_decoders()