/linux-4.1.27/arch/x86/include/asm/ |
D | sparsemem.h | 21 # define MAX_PHYSMEM_BITS 36 macro 25 # define MAX_PHYSMEM_BITS 32 macro 30 # define MAX_PHYSMEM_BITS 46 macro
|
D | pgtable_64_types.h | 56 #define MAXMEM _AC(__AC(1, UL) << MAX_PHYSMEM_BITS, UL)
|
/linux-4.1.27/arch/s390/include/asm/ |
D | sparsemem.h | 5 #define MAX_PHYSMEM_BITS 46 macro
|
/linux-4.1.27/arch/metag/include/asm/ |
D | sparsemem.h | 11 #define MAX_PHYSMEM_BITS 32 macro
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | sparsemem.h | 20 #define MAX_PHYSMEM_BITS 48 macro
|
/linux-4.1.27/arch/arm/mach-rpc/include/mach/ |
D | memory.h | 32 #define MAX_PHYSMEM_BITS 29 macro
|
/linux-4.1.27/arch/sh/include/asm/ |
D | sparsemem.h | 12 #define MAX_PHYSMEM_BITS 32 macro
|
/linux-4.1.27/arch/arm/mach-sa1100/include/mach/ |
D | memory.h | 26 #define MAX_PHYSMEM_BITS 32 macro
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | sparsemem.h | 10 #define MAX_PHYSMEM_BITS MAX_PHYS_ADDRESS_BITS macro
|
/linux-4.1.27/arch/mips/include/asm/ |
D | sparsemem.h | 14 #define MAX_PHYSMEM_BITS 48 macro
|
/linux-4.1.27/arch/arm/include/asm/ |
D | sparsemem.h | 20 #if !defined(SECTION_SIZE_BITS) || !defined(MAX_PHYSMEM_BITS)
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | sparsemem.h | 11 #define MAX_PHYSMEM_BITS (50) macro
|
/linux-4.1.27/arch/arm/mach-keystone/ |
D | memory.h | 12 #define MAX_PHYSMEM_BITS 36 macro
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | sparsemem.h | 14 #define MAX_PHYSMEM_BITS 46 macro
|
/linux-4.1.27/arch/arm/mach-realview/include/mach/ |
D | memory.h | 43 #define MAX_PHYSMEM_BITS 32 macro
|
/linux-4.1.27/include/linux/ |
D | page-flags-layout.h | 28 #define SECTIONS_SHIFT (MAX_PHYSMEM_BITS - SECTION_SIZE_BITS)
|
/linux-4.1.27/arch/sh/kernel/ |
D | setup.c | 55 .phys_bits = MAX_PHYSMEM_BITS,
|
/linux-4.1.27/mm/ |
D | zsmalloc.c | 100 #ifndef MAX_PHYSMEM_BITS 102 #define MAX_PHYSMEM_BITS 36 macro 108 #define MAX_PHYSMEM_BITS BITS_PER_LONG macro 111 #define _PFN_BITS (MAX_PHYSMEM_BITS - PAGE_SHIFT)
|
D | sparse.c | 147 unsigned long max_sparsemem_pfn = 1UL << (MAX_PHYSMEM_BITS-PAGE_SHIFT); in mminit_validate_memmodel_limits()
|
/linux-4.1.27/arch/x86/kernel/ |
D | head_64.S | 88 shrq $MAX_PHYSMEM_BITS, %rax
|
D | setup.c | 203 .x86_phys_bits = MAX_PHYSMEM_BITS,
|
/linux-4.1.27/arch/s390/kernel/ |
D | setup.c | 461 tmp = min(tmp, 1UL << MAX_PHYSMEM_BITS); in setup_memory_end()
|
/linux-4.1.27/drivers/net/ethernet/ibm/ehea/ |
D | ehea_qmr.c | 747 ret = walk_system_ram_range(0, 1ULL << MAX_PHYSMEM_BITS, NULL, in ehea_create_busmap()
|
/linux-4.1.27/drivers/infiniband/hw/ehca/ |
D | ehca_mrmw.c | 2403 ret = walk_system_ram_range(0, 1ULL << MAX_PHYSMEM_BITS, NULL, in ehca_create_busmap()
|