Home
last modified time | relevance | path

Searched refs:SECTION_SIZE_BITS (Results 1 – 18 of 18) 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/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; in ehea_map_vaddr()
787 return __va(ret << SECTION_SIZE_BITS); in ehea_calc_sectbase()
/linux/arch/riscv/mm/
H A Dinit.c63 #define VMEMMAP_ADDR_ALIGN max(1ULL << SECTION_SIZE_BITS, \
/linux/arch/arm64/
H A DKconfig1630 # MAX_PAGE_ORDER + PAGE_SHIFT <= SECTION_SIZE_BITS
1632 # so the maximum value of MAX_PAGE_ORDER is SECTION_SIZE_BITS - PAGE_SHIFT:
1634 # | SECTION_SIZE_BITS | PAGE_SHIFT | max MAX_PAGE_ORDER | default MAX_PAGE_ORDER |
1655 MAX_PAGE_ORDER + PAGE_SHIFT <= SECTION_SIZE_BITS