Searched refs:high_totalram (Results 1 - 1 of 1) sorted by relevance

/drivers/base/
H A Dplatform.c856 u32 high_totalram = ((max_pfn - 1) >> (32 - PAGE_SHIFT)); local
859 if (!high_totalram) {
865 high_totalram = (1 << (fls(high_totalram) - 1));
866 high_totalram += high_totalram - 1;
867 mask = (((u64)high_totalram) << 32) + 0xffffffff;

Completed in 32 milliseconds