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

/linux-master/arch/mips/include/asm/
H A Dsparsemem.h7 * SECTION_SIZE_BITS 2^N: how big each section will be
11 # define SECTION_SIZE_BITS 29 macro
13 # define SECTION_SIZE_BITS 28 macro
/linux-master/arch/arm/include/asm/
H A Dsparsemem.h13 * SECTION_SIZE_BITS: The number of physical address bits to cover
17 * then MAX_PHYSMEM_BITS is 32, SECTION_SIZE_BITS is 26.
21 #if !defined(MAX_PHYSMEM_BITS) || !defined(SECTION_SIZE_BITS)
23 #define SECTION_SIZE_BITS 28 macro
/linux-master/arch/arm64/include/asm/
H A Dsparsemem.h16 #define SECTION_SIZE_BITS 29 macro
26 #define SECTION_SIZE_BITS 27 macro
/linux-master/arch/parisc/include/asm/
H A Dsparsemem.h12 #define SECTION_SIZE_BITS 27 /* 128 MB */ macro
/linux-master/arch/s390/include/asm/
H A Dsparsemem.h5 #define SECTION_SIZE_BITS 28 macro
/linux-master/arch/sh/include/asm/
H A Dsparsemem.h6 * SECTION_SIZE_BITS 2^N: how big each section will be
9 #define SECTION_SIZE_BITS 26 macro
/linux-master/arch/alpha/include/asm/
H A Dsparsemem.h7 #define SECTION_SIZE_BITS 27 macro
/linux-master/arch/arm/mach-rpc/include/mach/
H A Dmemory.h30 #define SECTION_SIZE_BITS 26 macro
/linux-master/arch/sparc/include/asm/
H A Dsparsemem.h9 #define SECTION_SIZE_BITS 30 macro
/linux-master/arch/riscv/include/asm/
H A Dsparsemem.h12 #define SECTION_SIZE_BITS 27 macro
/linux-master/arch/x86/include/asm/
H A Dsparsemem.h14 * SECTION_SIZE_BITS 2^n: size of each section
21 # define SECTION_SIZE_BITS 29 macro
24 # define SECTION_SIZE_BITS 26 macro
28 # define SECTION_SIZE_BITS 27 /* matt - 128 is convenient right now */ macro
/linux-master/arch/arm/mach-sa1100/include/mach/
H A Dmemory.h28 #define SECTION_SIZE_BITS 27 macro
/linux-master/arch/powerpc/include/asm/
H A Dsparsemem.h8 * SECTION_SIZE_BITS 2^N: how big each section will be
11 #define SECTION_SIZE_BITS 24 macro
/linux-master/arch/loongarch/include/asm/
H A Dsparsemem.h8 * SECTION_SIZE_BITS 2^N: how big each section will be
11 #define SECTION_SIZE_BITS 29 /* 2^29 = Largest Huge Page Size */ macro
/linux-master/include/linux/
H A Dpage-flags-layout.h31 #define SECTIONS_SHIFT (MAX_PHYSMEM_BITS - SECTION_SIZE_BITS)
H A Dmemory.h23 #define MIN_MEMORY_BLOCK_SIZE (1UL << SECTION_SIZE_BITS)
H A Dmmzone.h1743 #define PA_SECTION_SHIFT (SECTION_SIZE_BITS)
1744 #define PFN_SECTION_SHIFT (SECTION_SIZE_BITS - PAGE_SHIFT)
1754 #if (MAX_PAGE_ORDER + PAGE_SHIFT) > SECTION_SIZE_BITS
1777 #if SUBSECTION_SHIFT > SECTION_SIZE_BITS
1780 #define SUBSECTIONS_PER_SECTION (1UL << (SECTION_SIZE_BITS - SUBSECTION_SHIFT))
1873 * (equal SECTION_SIZE_BITS - PAGE_SHIFT), and the
/linux-master/arch/arm64/mm/
H A Dinit.c89 #if ARM64_MEMSTART_SHIFT < SECTION_SIZE_BITS
90 #define ARM64_MEMSTART_ALIGN (1UL << SECTION_SIZE_BITS)
/linux-master/scripts/gdb/linux/
H A Dmm.py39 self.SECTION_SIZE_BITS = 29
41 self.SECTION_SIZE_BITS = 27
57 self.SECTIONS_SHIFT = self.MAX_PHYSMEM_BITS - self.SECTION_SIZE_BITS
65 self.PFN_SECTION_SHIFT = self.SECTION_SIZE_BITS - self.PAGE_SHIFT
/linux-master/kernel/
H A Dvmcore_info.c163 VMCOREINFO_NUMBER(SECTION_SIZE_BITS);
/linux-master/drivers/net/ethernet/ibm/ehea/
H A Dehea_qmr.h34 #if ((1UL << SECTION_SIZE_BITS) < EHEA_SECTSIZE)
H A Dehea_qmr.c765 index = __pa(caddr) >> SECTION_SIZE_BITS;
787 return __va(ret << SECTION_SIZE_BITS);

Completed in 314 milliseconds