Home
last modified time | relevance | path

Searched defs:cxlrd (Results 1 – 6 of 6) sorted by relevance

/linux-6.14.4/drivers/cxl/core/
Dregion.c471 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev->parent); in interleave_ways_store() local
539 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev->parent); in interleave_granularity_store() local
613 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(cxlr->dev.parent); in alloc_hpa() local
1289 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(cxlr->dev.parent); in cxl_port_setup_targets() local
1649 struct cxl_root_decoder *cxlrd, in cxl_region_attach_position()
1889 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(cxlr->dev.parent); in cxl_region_attach() local
2284 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev->parent); in cxl_region_release() local
2348 static struct cxl_region *cxl_region_alloc(struct cxl_root_decoder *cxlrd, int id) in cxl_region_alloc()
2472 static struct cxl_region *devm_cxl_add_region(struct cxl_root_decoder *cxlrd, in devm_cxl_add_region()
2510 static ssize_t __create_region_show(struct cxl_root_decoder *cxlrd, char *buf) in __create_region_show()
[all …]
Dport.c295 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev); in qos_class_show() local
327 static bool can_create_pmem(struct cxl_root_decoder *cxlrd) in can_create_pmem()
334 static bool can_create_ram(struct cxl_root_decoder *cxlrd) in can_create_ram()
344 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev); in cxl_root_decoder_visible() local
444 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev); in cxl_root_decoder_release() local
1804 struct cxl_root_decoder *cxlrd; in cxl_root_decoder_alloc() local
Dcdat.c290 struct cxl_root_decoder *cxlrd; in match_cxlrd_qos_class() local
329 struct cxl_root_decoder *cxlrd; in match_cxlrd_hb() local
/linux-6.14.4/drivers/cxl/
Dacpi.c26 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; member
73 struct cxl_root_decoder *cxlrd = ctx->cxlrd; in cxl_parse_cxims() local
799 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev); in pair_cxl_resource() local
Dcxl.h799 struct cxl_root_decoder *cxlrd) in cxl_root_decoder_autoremove()
Dcxlmem.h71 static inline struct cxl_port *cxlrd_to_port(struct cxl_root_decoder *cxlrd) in cxlrd_to_port()