Searched defs:vmemmap (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/powerpc/mm/
H A Dpgtable_64.c91 struct page *vmemmap; variable in typeref:struct:page
92 EXPORT_SYMBOL(vmemmap); variable
/linux-master/arch/x86/include/asm/
H A Dpgtable_64.h258 #define vmemmap ((struct page *)VMEMMAP_START) macro
/linux-master/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h68 #define vmemmap ((struct page *)VMEMMAP_BASE) macro
/linux-master/arch/s390/kernel/
H A Dsetup.c167 struct page *vmemmap; variable in typeref:struct:page
168 EXPORT_SYMBOL(vmemmap); variable
/linux-master/arch/loongarch/include/asm/
H A Dpgtable.h103 #define vmemmap ((struct page *)((VMALLOC_END + PMD_SIZE) & PMD_MASK)) macro
/linux-master/arch/sparc/include/asm/
H A Dpgtable_64.h86 #define vmemmap ((struct page *)VMEMMAP_BASE) macro
/linux-master/arch/riscv/include/asm/
H A Dpgtable.h87 #define vmemmap ((struct page *)VMEMMAP_START - (phys_ram_base >> PAGE_SHIFT)) macro
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h31 #define vmemmap ((struct page *)VMEMMAP_START - (memstart_addr >> PAGE_SHIFT)) macro

Completed in 155 milliseconds