Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/cxl/
Dcxl.h589 int cxl_decoder_add_locked(struct cxl_decoder *cxld, int *target_map);
/Linux-v6.1/drivers/cxl/core/
Dport.c1642 int cxl_decoder_add_locked(struct cxl_decoder *cxld, int *target_map) in cxl_decoder_add_locked() function
1677 EXPORT_SYMBOL_NS_GPL(cxl_decoder_add_locked, CXL);
1706 rc = cxl_decoder_add_locked(cxld, target_map); in cxl_decoder_add()
Dhdm.c27 rc = cxl_decoder_add_locked(cxld, target_map); in add_hdm_decoder()
/Linux-v6.1/tools/testing/cxl/test/
Dcxl.c619 rc = cxl_decoder_add_locked(cxld, target_map); in mock_cxl_enumerate_decoders()