Home
last modified time | relevance | path

Searched refs:ND_REGION_CXL (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/include/linux/
Dlibnvdimm.h71 ND_REGION_CXL = 4, enumerator
/Linux-v6.6/drivers/nvdimm/
Dregion_devs.c183 if (!test_bit(ND_REGION_CXL, &nd_region->flags)) in nd_region_release()
1032 if (test_bit(ND_REGION_CXL, &ndr_desc->flags)) { in nd_region_create()
1098 if (!test_bit(ND_REGION_CXL, &ndr_desc->flags)) in nd_region_create()
/Linux-v6.6/drivers/cxl/
Dpmem.c357 set_bit(ND_REGION_CXL, &ndr_desc.flags); in cxl_pmem_region_probe()