Home
last modified time | relevance | path

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

/linux-6.8/drivers/cxl/core/
Dregion.c383 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev->parent); in interleave_ways_store() local
451 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev->parent); in interleave_granularity_store() local
525 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(cxlr->dev.parent); in alloc_hpa() local
1114 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(cxlr->dev.parent); in cxl_port_setup_targets() local
1454 struct cxl_root_decoder *cxlrd, in cxl_region_attach_position()
1689 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(cxlr->dev.parent); in cxl_region_attach() local
2075 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev->parent); in cxl_region_release() local
2139 static struct cxl_region *cxl_region_alloc(struct cxl_root_decoder *cxlrd, int id) in cxl_region_alloc()
2180 static struct cxl_region *devm_cxl_add_region(struct cxl_root_decoder *cxlrd, in devm_cxl_add_region()
2227 static ssize_t __create_region_show(struct cxl_root_decoder *cxlrd, char *buf) in __create_region_show()
[all …]
Dport.c294 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev); in qos_class_show() local
326 static bool can_create_pmem(struct cxl_root_decoder *cxlrd) in can_create_pmem()
333 static bool can_create_ram(struct cxl_root_decoder *cxlrd) in can_create_ram()
343 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev); in cxl_root_decoder_visible() local
443 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev); in cxl_root_decoder_release() local
1699 struct cxl_dport *cxl_hb_modulo(struct cxl_root_decoder *cxlrd, int pos) in cxl_hb_modulo()
1784 struct cxl_root_decoder *cxlrd; in cxl_root_decoder_alloc() local
Dcdat.c258 struct cxl_root_decoder *cxlrd; in match_cxlrd_qos_class() local
297 struct cxl_root_decoder *cxlrd; in match_cxlrd_hb() local
/linux-6.8/drivers/cxl/
Dacpi.c50 static struct cxl_dport *cxl_hb_xor(struct cxl_root_decoder *cxlrd, int pos) in cxl_hb_xor()
79 struct cxl_root_decoder *cxlrd; member
87 struct cxl_root_decoder *cxlrd = ctx->cxlrd; in cxl_parse_cxims() local
326 struct cxl_root_decoder *cxlrd; in __cxl_parse_cfmws() local
795 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev); in pair_cxl_resource() local
Dcxlmem.h70 static inline struct cxl_port *cxlrd_to_port(struct cxl_root_decoder *cxlrd) in cxlrd_to_port()