Home
last modified time | relevance | path

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

/linux/drivers/cxl/core/
H A Dregion.c491 struct cxl_root_decoder *cxlrd = cxlr->cxlrd; in set_interleave_ways() local
565 struct cxl_root_decoder *cxlrd = cxlr->cxlrd; in set_interleave_granularity() local
655 struct cxl_root_decoder *cxlrd = cxlr->cxlrd; in alloc_hpa() local
1442 struct cxl_root_decoder *cxlrd = cxlr->cxlrd; in cxl_port_setup_targets() local
1803 struct cxl_root_decoder *cxlrd = cxlr->cxlrd; in cxl_region_attach_position() local
2053 struct cxl_root_decoder *cxlrd = cxlr->cxlrd; in cxl_region_attach() local
2518 struct cxl_root_decoder *cxlrd = cxlr->cxlrd; in cxl_region_release() local
2561 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(cxlr->dev.parent); in unregister_region() local
2585 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(cxlr->dev.parent); in endpoint_unregister_region() local
2595 static struct cxl_region *cxl_region_alloc(struct cxl_root_decoder *cxlrd, int id) in cxl_region_alloc()
[all …]
H A Dport.c309 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev); in qos_class_show() local
341 static bool can_create_pmem(struct cxl_root_decoder *cxlrd) in can_create_pmem()
348 static bool can_create_ram(struct cxl_root_decoder *cxlrd) in can_create_ram()
358 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev); in cxl_root_decoder_visible() local
458 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev); in cxl_root_decoder_release() local
2010 struct cxl_root_decoder *cxlrd; in cxl_root_decoder_alloc() local
H A Dcore.h85 static inline void kill_regions(struct cxl_root_decoder *cxlrd) { }; in kill_regions()
H A Dcdat.c292 struct cxl_root_decoder *cxlrd; in match_cxlrd_qos_class() local
331 struct cxl_root_decoder *cxlrd; in match_cxlrd_hb() local
/linux/drivers/cxl/
H A Dcxl.h486 struct cxl_root_decoder *cxlrd; member
786 struct cxl_root_decoder *cxlrd) in cxl_root_decoder_autoremove()
H A Dcxlmem.h81 static inline struct cxl_port *cxlrd_to_port(struct cxl_root_decoder *cxlrd) in cxlrd_to_port()