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

/linux-master/drivers/cxl/core/
H A Dport.c1933 * cxl_decoder_add_locked - Add a decoder with targets
1951 int cxl_decoder_add_locked(struct cxl_decoder *cxld, int *target_map) function
1986 EXPORT_SYMBOL_NS_GPL(cxl_decoder_add_locked, CXL);
1995 * This is the unlocked variant of cxl_decoder_add_locked().
1996 * See cxl_decoder_add_locked().
2015 rc = cxl_decoder_add_locked(cxld, target_map);
H A Dhdm.c26 rc = cxl_decoder_add_locked(cxld, target_map);
/linux-master/drivers/cxl/
H A Dcxl.h782 int cxl_decoder_add_locked(struct cxl_decoder *cxld, int *target_map);
/linux-master/tools/testing/cxl/test/
H A Dcxl.c907 rc = cxl_decoder_add_locked(cxld, target_map);

Completed in 110 milliseconds