Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dlibnvdimm.h63 ND_REGION_CXL = 4, enumerator
/Linux-v6.1/drivers/nvdimm/
Dregion_devs.c136 if (!test_bit(ND_REGION_CXL, &nd_region->flags)) in nd_region_release()
985 if (test_bit(ND_REGION_CXL, &ndr_desc->flags)) { in nd_region_create()
1051 if (!test_bit(ND_REGION_CXL, &ndr_desc->flags)) in nd_region_create()
/Linux-v6.1/drivers/cxl/
Dpmem.c496 set_bit(ND_REGION_CXL, &ndr_desc.flags); in cxl_pmem_region_probe()