Home
last modified time | relevance | path

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

/linux-6.15/drivers/cxl/core/
H A Dregion.c878 if (test_bit(CXL_REGION_F_AUTO, &cxlr->flags)) in cxl_region_find_decoder()
932 if (test_bit(CXL_REGION_F_AUTO, &cxlr->flags)) { in alloc_region_ref()
1447 if (test_bit(CXL_REGION_F_AUTO, &cxlr->flags)) { in cxl_port_setup_targets()
1494 if (test_bit(CXL_REGION_F_AUTO, &cxlr->flags)) { in cxl_port_setup_targets()
1551 if (test_bit(CXL_REGION_F_AUTO, &cxlr->flags)) in cxl_region_teardown_targets()
1989 if (test_bit(CXL_REGION_F_AUTO, &cxlr->flags)) { in cxl_region_attach()
3295 set_bit(CXL_REGION_F_AUTO, &cxlr->flags); in __construct_region()
/linux-6.15/drivers/cxl/
H A Dcxl.h495 #define CXL_REGION_F_AUTO 0 macro