Home
last modified time | relevance | path

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

/linux-6.12.1/arch/loongarch/include/asm/
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
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)
/linux-6.12.1/arch/arm64/include/asm/
Dmemory.h34 #define VMEMMAP_SIZE ((VMEMMAP_RANGE >> PAGE_SHIFT) * sizeof(struct page)) macro
50 #define VMEMMAP_START (VMEMMAP_END - VMEMMAP_SIZE)
/linux-6.12.1/scripts/gdb/linux/
Dmm.py98 self.VMEMMAP_SIZE = (self.VMEMMAP_RANGE >> self.PAGE_SHIFT) * self.struct_page_size
100 self.VMEMMAP_START = self.VMEMMAP_END - self.VMEMMAP_SIZE
/linux-6.12.1/arch/riscv/include/asm/
Dpgtable.h82 #define VMEMMAP_SIZE BIT(VMEMMAP_SHIFT) macro
84 #define VMEMMAP_START (VMALLOC_START - VMEMMAP_SIZE)