Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dsizes.h50 #define SZ_64G _AC(0x1000000000, ULL) macro
/linux-6.12.1/tools/testing/cxl/test/
Dcxl.c1057 #ifndef SZ_64G
1058 #define SZ_64G (SZ_32G * 2) macro
1350 rc = gen_pool_add(cxl_mock_pool, iomem_resource.end + 1 - SZ_64G, in cxl_test_init()
1351 SZ_64G, NUMA_NO_NODE); in cxl_test_init()