Home
last modified time | relevance | path

Searched defs:vmemmap (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/include/asm/
H A Dpgtable_64.h254 #define vmemmap ((struct page *)VMEMMAP_START) macro
/linux/arch/loongarch/include/asm/
H A Dpgtable.h120 #define vmemmap ((struct page *)(ALIGN(VMALLOC_END, VMEMMAP_ALIGN))) macro
/linux/arch/riscv/include/asm/
H A Dpgtable.h94 #define vmemmap ((struct page *)VMEMMAP_START - vmemmap_start_pfn) macro
/linux/arch/arm64/include/asm/
H A Dpgtable.h31 #define vmemmap ((struct page *)VMEMMAP_START - (memstart_addr >> PAGE_SHIFT)) macro