Home
last modified time | relevance | path

Searched refs:CXL_DECODER_PMEM (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/cxl/core/
H A Dhdm.c331 cxled->mode = CXL_DECODER_PMEM; in __cxl_dpa_reserve()
430 case CXL_DECODER_PMEM: in cxl_dpa_set_mode()
445 if (mode == CXL_DECODER_PMEM && !resource_size(&cxlds->pmem_res)) { in cxl_dpa_set_mode()
501 } else if (cxled->mode == CXL_DECODER_PMEM) { in cxl_dpa_alloc()
H A Dregion.c147 if (cxlr->mode != CXL_DECODER_PMEM) in uuid_show()
444 if (a == &dev_attr_uuid.attr && cxlr->mode != CXL_DECODER_PMEM) in cxl_region_visible()
633 (cxlr->mode == CXL_DECODER_PMEM && uuid_is_null(&p->uuid))) in alloc_hpa()
2534 case CXL_DECODER_PMEM: in __create_region()
2575 return create_region_store(dev, buf, len, CXL_DECODER_PMEM); in create_pmem_region_store()
2711 if (ctx->mode == CXL_DECODER_PMEM) { in cxl_get_poison_unmapped()
3443 case CXL_DECODER_PMEM: in cxl_region_probe()
H A Dcdat.c584 case CXL_DECODER_PMEM: in cxled_get_dpa_perf()
H A Dport.c209 mode = CXL_DECODER_PMEM; in mode_store()