Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cxl/core/
H A 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
1113 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(cxlr->dev.parent); in cxl_port_setup_targets() local
1453 struct cxl_root_decoder *cxlrd, in cxl_region_attach_position()
2074 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev->parent); in cxl_region_release() local
2264 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev); in create_pmem_region_store() local
2284 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev); in create_ram_region_store() local
2337 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev); in delete_region_store() local
2772 struct cxl_root_decoder *cxlrd; in match_root_decoder_by_range() local
[all …]
H A Dport.c315 static bool can_create_pmem(struct cxl_root_decoder *cxlrd) in can_create_pmem()
322 static bool can_create_ram(struct cxl_root_decoder *cxlrd) in can_create_ram()
332 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev); in cxl_root_decoder_visible() local
432 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev); in cxl_root_decoder_release() local
1600 struct cxl_dport *cxl_hb_modulo(struct cxl_root_decoder *cxlrd, int pos) in cxl_hb_modulo()
1685 struct cxl_root_decoder *cxlrd; in cxl_root_decoder_alloc() local
/openbmc/linux/drivers/cxl/
H A 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
204 struct cxl_root_decoder *cxlrd; in __cxl_parse_cfmws() local
645 struct cxl_root_decoder *cxlrd = to_cxl_root_decoder(dev); in pair_cxl_resource() local
H A Dcxlmem.h68 static inline struct cxl_port *cxlrd_to_port(struct cxl_root_decoder *cxlrd) in cxlrd_to_port()