Searched refs:cxl_root_decoder (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/drivers/cxl/ |
| H A D | cxl.h | 420 struct cxl_root_decoder; 421 typedef u64 (*cxl_hpa_to_spa_fn)(struct cxl_root_decoder *cxlrd, u64 hpa); 433 struct cxl_root_decoder { struct 768 struct cxl_root_decoder *to_cxl_root_decoder(struct device *dev); 774 struct cxl_root_decoder *cxl_root_decoder_alloc(struct cxl_port *port, 783 struct cxl_root_decoder *cxlrd) in cxl_root_decoder_autoremove()
|
| H A D | acpi.c | 26 static u64 cxl_xor_hpa_to_spa(struct cxl_root_decoder *cxlrd, u64 hpa) in cxl_xor_hpa_to_spa() 65 struct cxl_root_decoder *cxlrd; 73 struct cxl_root_decoder *cxlrd = ctx->cxlrd; in cxl_parse_cxims() 340 DEFINE_FREE(put_cxlrd, struct cxl_root_decoder *, 377 struct cxl_root_decoder *cxlrd __free(put_cxlrd) = in DEFINE_FREE() 799 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev); in pair_cxl_resource()
|
| H A D | cxlmem.h | 71 static inline struct cxl_port *cxlrd_to_port(struct cxl_root_decoder *cxlrd) in cxlrd_to_port()
|
| /linux-6.15/drivers/cxl/core/ |
| H A D | region.c | 471 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev->parent); in interleave_ways_store() 539 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev->parent); in interleave_granularity_store() 621 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(cxlr->dev.parent); in alloc_hpa() 1312 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(cxlr->dev.parent); in cxl_port_setup_targets() 1671 struct cxl_root_decoder *cxlrd, in cxl_region_attach_position() 2307 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev->parent); in cxl_region_release() 2579 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev); in create_region_store() 2647 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev); in delete_region_store() 3203 struct cxl_root_decoder *cxlrd; in match_root_decoder_by_range() 3276 struct cxl_root_decoder *cxlrd, in __construct_region() [all …]
|
| H A D | port.c | 305 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev); in qos_class_show() 337 static bool can_create_pmem(struct cxl_root_decoder *cxlrd) in can_create_pmem() 344 static bool can_create_ram(struct cxl_root_decoder *cxlrd) in can_create_ram() 354 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev); in cxl_root_decoder_visible() 443 struct cxl_root_decoder *to_cxl_root_decoder(struct device *dev) in to_cxl_root_decoder() 448 return container_of(dev, struct cxl_root_decoder, cxlsd.cxld.dev); in to_cxl_root_decoder() 454 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev); in cxl_root_decoder_release() 1809 struct cxl_root_decoder *cxl_root_decoder_alloc(struct cxl_port *port, in cxl_root_decoder_alloc() 1812 struct cxl_root_decoder *cxlrd; in cxl_root_decoder_alloc()
|
| H A D | cdat.c | 292 struct cxl_root_decoder *cxlrd; in match_cxlrd_qos_class() 331 struct cxl_root_decoder *cxlrd; in match_cxlrd_hb()
|