Home
last modified time | relevance | path

Searched refs:CXL_PARTMODE_PMEM (Results 1 – 6 of 6) sorted by relevance

/linux/include/cxl/
H A Dcxl.h135 CXL_PARTMODE_PMEM, enumerator
/linux/drivers/cxl/core/
H A Dmemdev.c432 if (cxlds->part[i].mode == CXL_PARTMODE_PMEM) in to_pmem_perf()
628 mds->persistent_only_bytes, CXL_PARTMODE_PMEM); in cxl_mem_dpa_fetch()
640 CXL_PARTMODE_PMEM); in cxl_mem_dpa_fetch()
H A Dregion.c156 if (cxlr->mode != CXL_PARTMODE_PMEM) in uuid_show()
644 else if (cxlr->mode == CXL_PARTMODE_PMEM) in mode_show()
675 (cxlr->mode == CXL_PARTMODE_PMEM && uuid_is_null(&p->uuid))) in alloc_hpa()
833 if (a == &dev_attr_uuid.attr && cxlr->mode != CXL_PARTMODE_PMEM) in cxl_region_visible()
2800 case CXL_PARTMODE_PMEM: in __create_region()
2845 return create_region_store(dev, buf, len, CXL_PARTMODE_PMEM); in create_pmem_region_store()
4211 case CXL_PARTMODE_PMEM: in cxl_region_probe()
H A Dhdm.c447 case CXL_PARTMODE_PMEM: in cxl_mode_name()
H A Dport.c223 mode = CXL_PARTMODE_PMEM; in mode_store()
/linux/drivers/cxl/
H A Dcxlmem.h403 if (cxlds->part[i].mode == CXL_PARTMODE_PMEM) in cxl_pmem_size()