Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/platforms/pseries/
Diommu.c1242 int max_ram_len = order_base_2(ddw_memory_hotplug_max()); in enable_ddw() local
1265 direct_mapping = (len >= max_ram_len); in enable_ddw()
1358 len = max_ram_len; in enable_ddw()
1380 (!pmem_present && (len == max_ram_len)); in enable_ddw()
1504 if (pmem_present && direct_mapping && len == max_ram_len) in enable_ddw()