Home
last modified time | relevance | path

Searched refs:CXL_REGION_F_AUTO (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/cxl/core/
H A Dregion.c855 if (test_bit(CXL_REGION_F_AUTO, &cxlr->flags)) in cxl_region_find_decoder()
909 if (test_bit(CXL_REGION_F_AUTO, &cxlr->flags)) { in alloc_region_ref()
1413 if (test_bit(CXL_REGION_F_AUTO, &cxlr->flags)) { in cxl_port_setup_targets()
1461 if (test_bit(CXL_REGION_F_AUTO, &cxlr->flags)) { in cxl_port_setup_targets()
1518 if (test_bit(CXL_REGION_F_AUTO, &cxlr->flags)) in cxl_region_teardown_targets()
1953 if (test_bit(CXL_REGION_F_AUTO, &cxlr->flags)) { in cxl_region_attach()
3255 set_bit(CXL_REGION_F_AUTO, &cxlr->flags); in construct_region()
/linux/drivers/cxl/
H A Dcxl.h504 #define CXL_REGION_F_AUTO 0 macro