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.c976 if (test_bit(CXL_REGION_F_AUTO, &cxlr->flags)) in cxl_port_pick_region_decoder()
1031 if (test_bit(CXL_REGION_F_AUTO, &cxlr->flags)) { in alloc_region_ref()
1577 if (test_bit(CXL_REGION_F_AUTO, &cxlr->flags)) { in cxl_port_setup_targets()
1622 if (test_bit(CXL_REGION_F_AUTO, &cxlr->flags)) { in cxl_port_setup_targets()
1680 if (test_bit(CXL_REGION_F_AUTO, &cxlr->flags)) in cxl_region_teardown_targets()
2133 if (test_bit(CXL_REGION_F_AUTO, &cxlr->flags)) { in cxl_region_attach()
3693 set_bit(CXL_REGION_F_AUTO, &cxlr->flags); in __construct_region()
/linux/drivers/cxl/
H A Dcxl.h441 #define CXL_REGION_F_AUTO 0 macro