Searched refs:total_size_below_4g (Results 1 – 1 of 1) sorted by relevance
315 ulong total_size_below_4g; in usable_ram_size_below_4g() local324 total_size_below_4g = gd->ram_size; in usable_ram_size_below_4g()326 total_size_below_4g = SZ_2G; in usable_ram_size_below_4g()329 usable_size_below_4g = total_size_below_4g - carveout_size(); in usable_ram_size_below_4g()
Completed in 3 milliseconds