Searched refs:MAX_PHYSMEM_BITS (Results 1 - 25 of 34) sorted by path

12

/linux-master/arch/arm/mach-rpc/include/mach/
H A Dmemory.h29 #define MAX_PHYSMEM_BITS 29 macro
/linux-master/arch/arm/mach-sa1100/include/mach/
H A Dmemory.h27 #define MAX_PHYSMEM_BITS 32 macro
/linux-master/arch/mips/include/asm/
H A Dsparsemem.h8 * MAX_PHYSMEM_BITS 2^N: how much memory we can have in that space
15 #define MAX_PHYSMEM_BITS 48 macro
/linux-master/arch/parisc/include/asm/
H A Dsparsemem.h11 #define MAX_PHYSMEM_BITS 39 /* 512 GB */ macro
/linux-master/arch/s390/include/asm/
H A Dsparsemem.h6 #define MAX_PHYSMEM_BITS CONFIG_MAX_PHYSMEM_BITS macro
/linux-master/arch/alpha/include/asm/
H A Dsparsemem.h14 #define MAX_PHYSMEM_BITS 48 macro
/linux-master/arch/arm/include/asm/
H A Dsparsemem.h10 * MAX_PHYSMEM_BITS: The number of physical address bits required
17 * then MAX_PHYSMEM_BITS is 32, SECTION_SIZE_BITS is 26.
21 #if !defined(MAX_PHYSMEM_BITS) || !defined(SECTION_SIZE_BITS)
22 #define MAX_PHYSMEM_BITS 36 macro
/linux-master/arch/arm64/include/asm/
H A Dsparsemem.h8 #define MAX_PHYSMEM_BITS CONFIG_ARM64_PA_BITS macro
/linux-master/arch/loongarch/include/asm/
H A Dsparsemem.h9 * MAX_PHYSMEM_BITS 2^N: how much memory we can have in that space
12 #define MAX_PHYSMEM_BITS 48 macro
/linux-master/arch/parisc/mm/
H A Dinit.c75 #define MAX_MEM (1UL << MAX_PHYSMEM_BITS)
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h75 * the last byte of memory. That is defined by MAX_PHYSMEM_BITS.
76 * MAX_PHYSMEM_BITS is a linux limitation imposed by the maximum
271 #define MAX_PHYSMEM_BITS H_MAX_PHYSMEM_BITS macro
273 #define MAX_PHYSMEM_BITS R_MAX_PHYSMEM_BITS macro
/linux-master/arch/powerpc/include/asm/nohash/
H A Dmmu-e500.h318 #define MAX_PHYSMEM_BITS 44 macro
/linux-master/arch/powerpc/kernel/
H A Dprom.c500 u64 max_mem = 1UL << (MAX_PHYSMEM_BITS);
/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/riscv/include/asm/
H A Dsparsemem.h8 #define MAX_PHYSMEM_BITS 56 macro
10 #define MAX_PHYSMEM_BITS 34 macro
/linux-master/arch/s390/boot/
H A Dphysmem_info.c143 unsigned long range = 1 << (MAX_PHYSMEM_BITS - 20); /* in 1MB blocks */
H A Dstartup.c250 ident_map_size = min(ident_map_size, 1UL << MAX_PHYSMEM_BITS);
316 vmemmap_start = min(vmemmap_start, 1UL << MAX_PHYSMEM_BITS);
/linux-master/arch/sh/include/asm/
H A Dsparsemem.h7 * MAX_PHYSMEM_BITS 2^N: how much physical address space we have
10 #define MAX_PHYSMEM_BITS 32 macro
/linux-master/arch/sh/kernel/
H A Dsetup.c59 .phys_bits = MAX_PHYSMEM_BITS,
/linux-master/arch/sparc/include/asm/
H A Dsparsemem.h10 #define MAX_PHYSMEM_BITS MAX_PHYS_ADDRESS_BITS macro
/linux-master/arch/x86/include/asm/
H A Dpgtable_64_types.h113 #define MAXMEM (1UL << MAX_PHYSMEM_BITS)
H A Dsparsemem.h15 * MAX_PHYSMEM_BITS 2^n: max size of physical address space
22 # define MAX_PHYSMEM_BITS 36 macro
25 # define MAX_PHYSMEM_BITS 32 macro
29 # define MAX_PHYSMEM_BITS (pgtable_l5_enabled() ? 52 : 46) macro
/linux-master/arch/x86/kernel/
H A Dhead64.c159 if (physaddr >> MAX_PHYSMEM_BITS)
H A Dsetup.c753 boot_cpu_data.x86_phys_bits = MAX_PHYSMEM_BITS;
/linux-master/arch/x86/mm/
H A Dkaslr.c88 kaslr_regions[0].size_tb = 1 << (MAX_PHYSMEM_BITS - TB_SHIFT);

Completed in 529 milliseconds

12