Home
last modified time | relevance | path

Searched defs:cxlrd (Results 1 – 6 of 6) 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 struct cxl_root_decoder *cxlrd, in cxl_region_attach_position()
1921 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(cxlr->dev.parent); in cxl_region_attach() local
2346 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev->parent); in cxl_region_release() local
2410 static struct cxl_region *cxl_region_alloc(struct cxl_root_decoder *cxlrd, int id) in cxl_region_alloc()
2534 static struct cxl_region *devm_cxl_add_region(struct cxl_root_decoder *cxlrd, in devm_cxl_add_region()
2572 static ssize_t __create_region_show(struct cxl_root_decoder *cxlrd, char *buf) in __create_region_show()
[all …]
H A Dport.c299 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev); in qos_class_show() local
331 static bool can_create_pmem(struct cxl_root_decoder *cxlrd) in can_create_pmem()
338 static bool can_create_ram(struct cxl_root_decoder *cxlrd) in can_create_ram()
348 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev); in cxl_root_decoder_visible() local
448 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev); in cxl_root_decoder_release() local
1799 struct cxl_root_decoder *cxlrd; in cxl_root_decoder_alloc() local
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 Dacpi.c24 static u64 cxl_xor_hpa_to_spa(struct cxl_root_decoder *cxlrd, u64 hpa) in cxl_xor_hpa_to_spa()
63 struct cxl_root_decoder *cxlrd; member
71 struct cxl_root_decoder *cxlrd = ctx->cxlrd; in cxl_parse_cxims() local
338 static int cxl_acpi_set_cache_size(struct cxl_root_decoder *cxlrd) in cxl_acpi_set_cache_size()
373 static void cxl_setup_extended_linear_cache(struct cxl_root_decoder *cxlrd) in cxl_setup_extended_linear_cache()
868 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev); in pair_cxl_resource() local
H A Dcxl.h789 struct cxl_root_decoder *cxlrd) in cxl_root_decoder_autoremove()
H A Dcxlmem.h79 static inline struct cxl_port *cxlrd_to_port(struct cxl_root_decoder *cxlrd) in cxlrd_to_port()