Home
last modified time | relevance | path

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

/linux/drivers/cxl/core/
H A Dregion.c490 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev->parent); in interleave_ways_store() local
553 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev->parent); in interleave_granularity_store() local
629 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(cxlr->dev.parent); in alloc_hpa() local
1322 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(cxlr->dev.parent); in cxl_port_setup_targets() local
1681 cxl_region_attach_position(struct cxl_region * cxlr,struct cxl_root_decoder * cxlrd,struct cxl_endpoint_decoder * cxled,const struct cxl_dport * dport,int pos) cxl_region_attach_position() argument
1921 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(cxlr->dev.parent); cxl_region_attach() local
2346 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev->parent); cxl_region_release() local
2410 cxl_region_alloc(struct cxl_root_decoder * cxlrd,int id) cxl_region_alloc() argument
2534 devm_cxl_add_region(struct cxl_root_decoder * cxlrd,int id,enum cxl_partition_mode mode,enum cxl_decoder_type type) devm_cxl_add_region() argument
2572 __create_region_show(struct cxl_root_decoder * cxlrd,char * buf) __create_region_show() argument
2589 __create_region(struct cxl_root_decoder * cxlrd,enum cxl_partition_mode mode,int id) __create_region() argument
2618 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev); create_region_store() local
2666 cxl_find_region_by_name(struct cxl_root_decoder * cxlrd,const char * name) cxl_find_region_by_name() argument
2682 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev); delete_region_store() local
2924 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(cxlr->dev.parent); cxl_dpa_to_hpa() local
3299 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(cxlr->dev.parent); cxl_extended_linear_cache_resize() local
3335 __construct_region(struct cxl_region * cxlr,struct cxl_root_decoder * cxlrd,struct cxl_endpoint_decoder * cxled) __construct_region() argument
3407 construct_region(struct cxl_root_decoder * cxlrd,struct cxl_endpoint_decoder * cxled) construct_region() argument
3439 cxl_find_region_by_range(struct cxl_root_decoder * cxlrd,struct range * hpa) cxl_find_region_by_range() argument
[all...]
/linux/drivers/cxl/
H A Dcxlmem.h79 static inline struct cxl_port *cxlrd_to_port(struct cxl_root_decoder *cxlrd) in cxlrd_to_port() argument