Searched defs:cxld (Results 1 – 7 of 7) sorted by relevance
/linux-6.8/drivers/cxl/core/ |
D | hdm.c | 21 static int add_hdm_decoder(struct cxl_port *port, struct cxl_decoder *cxld, in add_hdm_decoder() 538 static void cxld_set_interleave(struct cxl_decoder *cxld, u32 *ctrl) in cxld_set_interleave() 560 static void cxld_set_type(struct cxl_decoder *cxld, u32 *ctrl) in cxld_set_type() 615 static int cxl_decoder_commit(struct cxl_decoder *cxld) in cxl_decoder_commit() 703 static int cxl_decoder_reset(struct cxl_decoder *cxld) in cxl_decoder_reset() 747 struct cxl_port *port, struct cxl_decoder *cxld, u64 *dpa_base, in cxl_setup_hdm_decoder_from_dvsec() 787 static int init_hdm_decoder(struct cxl_port *port, struct cxl_decoder *cxld, in init_hdm_decoder() 981 struct cxl_decoder *cxld; in devm_cxl_enumerate_decoders() local
|
D | region.c | 171 struct cxl_decoder *cxld; in cxl_region_decode_reset() local 195 static int commit_decoder(struct cxl_decoder *cxld) in commit_decoder() 220 struct cxl_decoder *cxld; in cxl_region_decode_commit() local 384 struct cxl_decoder *cxld = &cxlrd->cxlsd.cxld; in interleave_ways_store() local 452 struct cxl_decoder *cxld = &cxlrd->cxlsd.cxld; in interleave_granularity_store() local 695 struct cxl_decoder *cxld; in match_free_decoder() local 718 struct cxl_decoder *cxld; in match_auto_decoder() local 762 struct cxl_decoder *cxld) in auto_order_ok() 799 struct cxl_decoder *cxld; in alloc_region_ref() local 835 struct cxl_decoder *cxld = cxl_rr->decoder; in cxl_rr_free_decoder() local [all …]
|
D | port.c | 99 struct cxl_decoder *cxld = to_cxl_decoder(dev); in start_show() local 108 struct cxl_decoder *cxld = to_cxl_decoder(dev); in size_show() local 134 struct cxl_decoder *cxld = to_cxl_decoder(dev); in target_type_show() local 148 struct cxl_decoder *cxld = &cxlsd->cxld; in emit_target_list() local 274 struct cxl_decoder *cxld = to_cxl_decoder(dev); in interleave_granularity_show() local 284 struct cxl_decoder *cxld = to_cxl_decoder(dev); in interleave_ways_show() local 408 static void __cxl_decoder_release(struct cxl_decoder *cxld) in __cxl_decoder_release() 1702 struct cxl_decoder *cxld = &cxlsd->cxld; in cxl_hb_modulo() local 1726 static int cxl_decoder_init(struct cxl_port *port, struct cxl_decoder *cxld) in cxl_decoder_init() 1786 struct cxl_decoder *cxld; in cxl_root_decoder_alloc() local [all …]
|
D | pci.c | 289 struct cxl_decoder *cxld; in dvsec_range_allowed() local
|
/linux-6.8/drivers/cxl/ |
D | acpi.c | 54 struct cxl_decoder *cxld = &cxlsd->cxld; in cxl_hb_xor() local 88 struct cxl_decoder *cxld = &cxlrd->cxlsd.cxld; in cxl_parse_cxims() local 329 struct cxl_decoder *cxld; in __cxl_parse_cfmws() local 666 struct cxl_decoder *cxld; in add_root_nvdimm_bridge() local 796 struct cxl_decoder *cxld = &cxlrd->cxlsd.cxld; in pair_cxl_resource() local
|
D | cxl.h | 405 struct cxl_decoder cxld; member 426 struct cxl_decoder cxld; member
|
/linux-6.8/tools/testing/cxl/test/ |
D | cxl.c | 669 static int mock_decoder_commit(struct cxl_decoder *cxld) in mock_decoder_commit() 692 static int mock_decoder_reset(struct cxl_decoder *cxld) in mock_decoder_reset() 714 static void default_mock_decoder(struct cxl_decoder *cxld) in default_mock_decoder() 730 struct cxl_decoder *cxld; in first_decoder() local 740 static void mock_init_hdm_decoder(struct cxl_decoder *cxld) in mock_init_hdm_decoder() 870 struct cxl_decoder *cxld; in mock_cxl_enumerate_decoders() local
|