Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/arch/ia64/include/asm/
H A Dsparsemem.h7 * SECTION_SIZE_BITS 2^N: how big each section will be
11 #define SECTION_SIZE_BITS (30) macro
14 #if ((CONFIG_FORCE_MAX_ZONEORDER - 1 + PAGE_SHIFT) > SECTION_SIZE_BITS)
15 #undef SECTION_SIZE_BITS macro
16 #define SECTION_SIZE_BITS (CONFIG_FORCE_MAX_ZONEORDER - 1 + PAGE_SHIFT) macro
/kernel/linux/linux-6.6/arch/ia64/include/asm/
H A Dsparsemem.h8 * SECTION_SIZE_BITS 2^N: how big each section will be
12 #define SECTION_SIZE_BITS (30) macro
15 #if (CONFIG_ARCH_FORCE_MAX_ORDER + PAGE_SHIFT > SECTION_SIZE_BITS)
16 #undef SECTION_SIZE_BITS macro
17 #define SECTION_SIZE_BITS (CONFIG_ARCH_FORCE_MAX_ORDER + PAGE_SHIFT) macro
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dsparsemem.h12 * SECTION_SIZE_BITS 2^n: size of each section
19 # define SECTION_SIZE_BITS 29 macro
22 # define SECTION_SIZE_BITS 26 macro
26 # define SECTION_SIZE_BITS 27 /* matt - 128 is convenient right now */ macro
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dsparsemem.h16 #define SECTION_SIZE_BITS 29 macro
26 #define SECTION_SIZE_BITS 27 macro
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dkernel-pgtable.h139 #if defined(CONFIG_SPARSEMEM_VMEMMAP) && ARM64_MEMSTART_SHIFT < SECTION_SIZE_BITS
140 #define ARM64_MEMSTART_ALIGN (1UL << SECTION_SIZE_BITS)
H A Dsparsemem.h10 #define SECTION_SIZE_BITS 30 macro
/kernel/linux/linux-5.10/arch/parisc/include/asm/
H A Dsparsemem.h12 #define SECTION_SIZE_BITS 27 /* 128 MB */ macro
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/arch/parisc/include/asm/
H A Dsparsemem.h12 #define SECTION_SIZE_BITS 27 /* 128 MB */ macro
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dsparsemem.h5 #define SECTION_SIZE_BITS 28 macro
/kernel/linux/linux-6.6/arch/alpha/include/asm/
H A Dsparsemem.h7 #define SECTION_SIZE_BITS 27 macro
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dsparsemem.h5 #define SECTION_SIZE_BITS 28 macro
/kernel/linux/linux-5.10/arch/riscv/include/asm/
H A Dsparsemem.h8 #define SECTION_SIZE_BITS 27 macro
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H A Dsparsemem.h12 #define SECTION_SIZE_BITS 27 macro
/kernel/linux/linux-5.10/arch/arm/mach-rpc/include/mach/
H A Dmemory.h30 #define SECTION_SIZE_BITS 26 macro
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dsparsemem.h9 #define SECTION_SIZE_BITS 30 macro
/kernel/linux/linux-6.6/arch/arm/mach-rpc/include/mach/
H A Dmemory.h30 #define SECTION_SIZE_BITS 26 macro
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H A Dsparsemem.h9 #define SECTION_SIZE_BITS 30 macro
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/include/mach/
H A Dmemory.h28 #define SECTION_SIZE_BITS 27 macro

Completed in 4 milliseconds

12