Home
last modified time | relevance | path

Searched refs:VMEMMAP_SIZE (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/loongarch/include/asm/
H A Dsparsemem.h15 #define VMEMMAP_SIZE (sizeof(struct page) * (1UL << (cpu_pabits + 1 - PAGE_SHIFT))) macro
20 #ifndef VMEMMAP_SIZE
21 #define VMEMMAP_SIZE 0 /* 1, For FLATMEM; 2, For SPARSEMEM without VMEMMAP. */ macro
H A Dpgtable.h96 …PER_PMD * PTRS_PER_PTE * PAGE_SIZE, (1UL << cpu_vabits)) - PMD_SIZE - VMEMMAP_SIZE - KFENCE_AREA_S…
100 …PMD * PTRS_PER_PTE * PAGE_SIZE, (1UL << cpu_vabits) / 2) - PMD_SIZE - VMEMMAP_SIZE - KFENCE_AREA_S…
104 #define VMEMMAP_END ((unsigned long)vmemmap + VMEMMAP_SIZE - 1)
/openbmc/linux/arch/arm64/include/asm/
H A Dmemory.h34 #define VMEMMAP_SIZE ((_PAGE_END(VA_BITS_MIN) - PAGE_OFFSET) >> VMEMMAP_SHIFT) macro
51 #define VMEMMAP_END (VMEMMAP_START + VMEMMAP_SIZE)
/openbmc/linux/scripts/gdb/linux/
H A Dmm.py93 … self.VMEMMAP_SIZE = ((self._PAGE_END(self.VA_BITS_MIN) - self.PAGE_OFFSET) >> self.VMEMMAP_SHIFT)
95 self.VMEMMAP_END = self.VMEMMAP_START + self.VMEMMAP_SIZE
/openbmc/linux/arch/riscv/include/asm/
H A Dpgtable.h79 #define VMEMMAP_SIZE BIT(VMEMMAP_SHIFT) macro
81 #define VMEMMAP_START (VMALLOC_START - VMEMMAP_SIZE)
/openbmc/linux/arch/arm64/mm/
H A Dptdump.c53 { VMEMMAP_START + VMEMMAP_SIZE, "vmemmap end" },