Searched refs:cxl_decoder (Results 1 – 7 of 7) sorted by relevance
| /Linux-v6.6/drivers/cxl/ |
| D | cxl.h | 338 struct cxl_decoder { struct 347 int (*commit)(struct cxl_decoder *cxld); argument 348 int (*reset)(struct cxl_decoder *cxld); argument 396 struct cxl_decoder cxld; 418 struct cxl_decoder cxld; 663 struct cxl_decoder *decoder; 709 struct cxl_decoder *to_cxl_decoder(struct device *dev); 722 int cxl_decoder_add(struct cxl_decoder *cxld, int *target_map); 724 int cxl_decoder_add_locked(struct cxl_decoder *cxld, int *target_map); 725 int cxl_decoder_autoremove(struct device *host, struct cxl_decoder *cxld);
|
| D | acpi.c | 49 struct cxl_decoder *cxld = &cxlsd->cxld; in cxl_hb_xor() 83 struct cxl_decoder *cxld = &cxlrd->cxlsd.cxld; in cxl_parse_cxims() 209 struct cxl_decoder *cxld; in cxl_parse_cfmws() 506 struct cxl_decoder *cxld; in add_root_nvdimm_bridge() 636 struct cxl_decoder *cxld = &cxlrd->cxlsd.cxld; in pair_cxl_resource()
|
| /Linux-v6.6/drivers/cxl/core/ |
| D | port.c | 85 struct cxl_decoder *cxld = to_cxl_decoder(dev); in start_show() 94 struct cxl_decoder *cxld = to_cxl_decoder(dev); in size_show() 104 struct cxl_decoder *cxld = to_cxl_decoder(dev); \ 120 struct cxl_decoder *cxld = to_cxl_decoder(dev); in target_type_show() 134 struct cxl_decoder *cxld = &cxlsd->cxld; in emit_target_list() 264 struct cxl_decoder *cxld = to_cxl_decoder(dev); in interleave_granularity_show() 274 struct cxl_decoder *cxld = to_cxl_decoder(dev); in interleave_ways_show() 388 static void __cxl_decoder_release(struct cxl_decoder *cxld) in __cxl_decoder_release() 467 struct cxl_decoder *to_cxl_decoder(struct device *dev) in to_cxl_decoder() 473 return container_of(dev, struct cxl_decoder, dev); in to_cxl_decoder() [all …]
|
| D | hdm.c | 21 static int add_hdm_decoder(struct cxl_port *port, struct cxl_decoder *cxld, in add_hdm_decoder() 549 static void cxld_set_interleave(struct cxl_decoder *cxld, u32 *ctrl) in cxld_set_interleave() 571 static void cxld_set_type(struct cxl_decoder *cxld, u32 *ctrl) in cxld_set_type() 634 static int cxl_decoder_commit(struct cxl_decoder *cxld) in cxl_decoder_commit() 709 static int cxl_decoder_reset(struct cxl_decoder *cxld) in cxl_decoder_reset() 753 struct cxl_port *port, struct cxl_decoder *cxld, u64 *dpa_base, in cxl_setup_hdm_decoder_from_dvsec() 793 static int init_hdm_decoder(struct cxl_port *port, struct cxl_decoder *cxld, in init_hdm_decoder() 985 struct cxl_decoder *cxld; in devm_cxl_enumerate_decoders()
|
| D | region.c | 177 struct cxl_decoder *cxld; in cxl_region_decode_reset() 201 static int commit_decoder(struct cxl_decoder *cxld) in commit_decoder() 226 struct cxl_decoder *cxld; in cxl_region_decode_commit() 390 struct cxl_decoder *cxld = &cxlrd->cxlsd.cxld; in interleave_ways_store() 458 struct cxl_decoder *cxld = &cxlrd->cxlsd.cxld; in interleave_granularity_store() 700 struct cxl_decoder *cxld; in match_free_decoder() 723 struct cxl_decoder *cxld; in match_auto_decoder() 738 static struct cxl_decoder *cxl_region_find_decoder(struct cxl_port *port, in cxl_region_find_decoder() 807 struct cxl_decoder *cxld = cxl_rr->decoder; in cxl_rr_free_decoder() 836 struct cxl_decoder *cxld = cxl_rr->decoder; in cxl_rr_ep_add() [all …]
|
| D | pci.c | 287 struct cxl_decoder *cxld; in dvsec_range_allowed()
|
| /Linux-v6.6/tools/testing/cxl/test/ |
| D | cxl.c | 663 static int mock_decoder_commit(struct cxl_decoder *cxld) in mock_decoder_commit() 685 static int mock_decoder_reset(struct cxl_decoder *cxld) in mock_decoder_reset() 707 static void default_mock_decoder(struct cxl_decoder *cxld) in default_mock_decoder() 723 struct cxl_decoder *cxld; in first_decoder() 733 static void mock_init_hdm_decoder(struct cxl_decoder *cxld) in mock_init_hdm_decoder() 863 struct cxl_decoder *cxld; in mock_cxl_enumerate_decoders()
|