Searched refs:MAX_PHYSMEM_BITS (Results 26 - 34 of 34) sorted by relevance

12

/linux-master/arch/powerpc/platforms/pseries/
H A Diommu.c1405 * Assuming it is still backed by page structs, try MAX_PHYSMEM_BITS
1412 (1ULL << (MAX_PHYSMEM_BITS - page_shift)))
1413 len = MAX_PHYSMEM_BITS;
1430 (len == MAX_PHYSMEM_BITS) ||
/linux-master/arch/parisc/mm/
H A Dinit.c75 #define MAX_MEM (1UL << MAX_PHYSMEM_BITS)
/linux-master/mm/
H A Dsparse.c132 unsigned long max_sparsemem_pfn = 1UL << (MAX_PHYSMEM_BITS-PAGE_SHIFT);
H A Dzsmalloc.c88 #ifdef MAX_PHYSMEM_BITS
89 #define MAX_POSSIBLE_PHYSMEM_BITS MAX_PHYSMEM_BITS
92 * If this definition of MAX_PHYSMEM_BITS is used, OBJ_INDEX_BITS will just
H A Dmemory_hotplug.c1685 const u64 max_phys = (1ULL << MAX_PHYSMEM_BITS) - 1;
/linux-master/arch/powerpc/kernel/
H A Dprom.c500 u64 max_mem = 1UL << (MAX_PHYSMEM_BITS);
/linux-master/arch/x86/kernel/
H A Dsetup.c753 boot_cpu_data.x86_phys_bits = MAX_PHYSMEM_BITS;
/linux-master/kernel/
H A Dresource.c1836 (1ULL << MAX_PHYSMEM_BITS) - 1);
1854 (1ULL << MAX_PHYSMEM_BITS) - 1);
/linux-master/drivers/net/ethernet/ibm/ehea/
H A Dehea_qmr.c724 ret = walk_system_ram_range(0, 1ULL << MAX_PHYSMEM_BITS, NULL,

Completed in 251 milliseconds

12