Home
last modified time | relevance | path

Searched refs:SECTION_SIZE_BITS (Results 1 – 16 of 16) sorted by relevance

/linux/arch/x86/include/asm/
H A Dsparsemem.h21 # 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/arch/arm/include/asm/
H A Dsparsemem.h21 #if !defined(MAX_PHYSMEM_BITS) || !defined(SECTION_SIZE_BITS)
23 #define SECTION_SIZE_BITS 28 macro
/linux/arch/mips/include/asm/
H A Dsparsemem.h11 # define SECTION_SIZE_BITS 29 macro
13 # define SECTION_SIZE_BITS 28 macro
/linux/scripts/gdb/linux/
H A Dmm.py58 self.SECTION_SIZE_BITS = 27
61 self.SECTIONS_SHIFT = self.MAX_PHYSMEM_BITS - self.SECTION_SIZE_BITS
63 self.PFN_SECTION_SHIFT = self.SECTION_SIZE_BITS - self.PAGE_SHIFT
210 self.SECTION_SIZE_BITS = 29
212 self.SECTION_SIZE_BITS = 27
233 self.SECTIONS_SHIFT = self.MAX_PHYSMEM_BITS - self.SECTION_SIZE_BITS
241 self.PFN_SECTION_SHIFT = self.SECTION_SIZE_BITS - self.PAGE_SHIFT
/linux/arch/parisc/include/asm/
H A Dsparsemem.h12 #define SECTION_SIZE_BITS 27 /* 128 MB */ macro
/linux/arch/sh/include/asm/
H A Dsparsemem.h9 #define SECTION_SIZE_BITS 26 macro
/linux/arch/alpha/include/asm/
H A Dsparsemem.h7 #define SECTION_SIZE_BITS 27 macro
/linux/arch/arm/mach-rpc/include/mach/
H A Dmemory.h30 #define SECTION_SIZE_BITS 26 macro
/linux/arch/sparc/include/asm/
H A Dsparsemem.h9 #define SECTION_SIZE_BITS 30 macro
/linux/arch/arm/mach-sa1100/include/mach/
H A Dmemory.h28 #define SECTION_SIZE_BITS 27 macro
/linux/arch/riscv/include/asm/
H A Dsparsemem.h12 #define SECTION_SIZE_BITS 27 macro
/linux/arch/loongarch/include/asm/
H A Dsparsemem.h11 #define SECTION_SIZE_BITS 29 /* 2^29 = Largest Huge Page Size */ macro
/linux/arch/powerpc/include/asm/
H A Dsparsemem.h11 #define SECTION_SIZE_BITS 24 macro
/linux/include/linux/
H A Dpage-flags-layout.h31 #define SECTIONS_SHIFT (MAX_PHYSMEM_BITS - SECTION_SIZE_BITS)
/linux/arch/arm64/mm/
H A Dinit.c93 #if ARM64_MEMSTART_SHIFT < SECTION_SIZE_BITS
94 #define ARM64_MEMSTART_ALIGN (1UL << SECTION_SIZE_BITS)
/linux/arch/riscv/mm/
H A Dinit.c65 #define VMEMMAP_ADDR_ALIGN max(1ULL << SECTION_SIZE_BITS, \