Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/cxl/core/
Dregion.c389 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev->parent); in interleave_ways_store() local
457 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev->parent); in interleave_granularity_store() local
531 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(cxlr->dev.parent); in alloc_hpa() local
1089 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(cxlr->dev.parent); in cxl_port_setup_targets() local
1414 struct cxl_root_decoder *cxlrd, in cxl_region_attach_position()
1634 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(cxlr->dev.parent); in cxl_region_attach() local
2000 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev->parent); in cxl_region_release() local
2064 static struct cxl_region *cxl_region_alloc(struct cxl_root_decoder *cxlrd, int id) in cxl_region_alloc()
2105 static struct cxl_region *devm_cxl_add_region(struct cxl_root_decoder *cxlrd, in devm_cxl_add_region()
2152 static ssize_t __create_region_show(struct cxl_root_decoder *cxlrd, char *buf) in __create_region_show()
[all …]
Dport.c306 static bool can_create_pmem(struct cxl_root_decoder *cxlrd) in can_create_pmem()
313 static bool can_create_ram(struct cxl_root_decoder *cxlrd) in can_create_ram()
323 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev); in cxl_root_decoder_visible() local
423 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev); in cxl_root_decoder_release() local
1571 struct cxl_dport *cxl_hb_modulo(struct cxl_root_decoder *cxlrd, int pos) in cxl_hb_modulo()
1657 struct cxl_root_decoder *cxlrd; in cxl_root_decoder_alloc() local
/Linux-v6.6/drivers/cxl/
Dacpi.c45 static struct cxl_dport *cxl_hb_xor(struct cxl_root_decoder *cxlrd, int pos) in cxl_hb_xor()
74 struct cxl_root_decoder *cxlrd; member
82 struct cxl_root_decoder *cxlrd = ctx->cxlrd; in cxl_parse_cxims() local
205 struct cxl_root_decoder *cxlrd; in cxl_parse_cfmws() local
635 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev); in pair_cxl_resource() local
Dcxlmem.h68 static inline struct cxl_port *cxlrd_to_port(struct cxl_root_decoder *cxlrd) in cxlrd_to_port()