Searched refs:MAX_PHYSMEM_BITS (Results 1 - 25 of 34) sorted by last modified time

12

/linux-master/include/linux/
H A Dswapops.h35 #ifdef MAX_PHYSMEM_BITS
36 #define SWP_PFN_BITS (MAX_PHYSMEM_BITS - PAGE_SHIFT)
37 #else /* MAX_PHYSMEM_BITS */
41 #endif /* MAX_PHYSMEM_BITS */
H A Dpage-flags-layout.h31 #define SECTIONS_SHIFT (MAX_PHYSMEM_BITS - SECTION_SIZE_BITS)
/linux-master/arch/x86/kernel/
H A Dsetup.c753 boot_cpu_data.x86_phys_bits = MAX_PHYSMEM_BITS;
H A Dhead64.c159 if (physaddr >> MAX_PHYSMEM_BITS)
/linux-master/arch/powerpc/kernel/
H A Dprom.c500 u64 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/mm/
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 Dsparse.c132 unsigned long max_sparsemem_pfn = 1UL << (MAX_PHYSMEM_BITS-PAGE_SHIFT);
H A Dmemory_hotplug.c1685 const u64 max_phys = (1ULL << MAX_PHYSMEM_BITS) - 1;
/linux-master/kernel/
H A Dvmcore_info.c164 VMCOREINFO_NUMBER(MAX_PHYSMEM_BITS);
H A Dresource.c1836 (1ULL << MAX_PHYSMEM_BITS) - 1);
1854 (1ULL << MAX_PHYSMEM_BITS) - 1);
/linux-master/arch/sh/kernel/
H A Dsetup.c59 .phys_bits = MAX_PHYSMEM_BITS,
/linux-master/scripts/gdb/linux/
H A Dmm.py42 self.MAX_PHYSMEM_BITS = constants.LX_CONFIG_ARM64_VA_BITS
57 self.SECTIONS_SHIFT = self.MAX_PHYSMEM_BITS - self.SECTION_SIZE_BITS
/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/s390/boot/
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);
H A Dphysmem_info.c143 unsigned long range = 1 << (MAX_PHYSMEM_BITS - 20); /* in 1MB blocks */
/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/arch/arm64/include/asm/
H A Dsparsemem.h8 #define MAX_PHYSMEM_BITS CONFIG_ARM64_PA_BITS macro
/linux-master/arch/powerpc/include/asm/nohash/
H A Dmmu-e500.h318 #define MAX_PHYSMEM_BITS 44 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/x86/mm/
H A Dkaslr.c88 kaslr_regions[0].size_tb = 1 << (MAX_PHYSMEM_BITS - TB_SHIFT);
/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/riscv/include/asm/
H A Dsparsemem.h8 #define MAX_PHYSMEM_BITS 56 macro
10 #define MAX_PHYSMEM_BITS 34 macro

Completed in 279 milliseconds

12