Home
last modified time | relevance | path

Searched refs:VMALLOC_END (Results 1 – 25 of 108) sorted by relevance

12345

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpgtable_32_areas.h42 # define VMALLOC_END (PKMAP_BASE - 2 * PAGE_SIZE) macro
44 # define VMALLOC_END (LDT_BASE_ADDR - 2 * PAGE_SIZE) macro
48 #define MODULES_END VMALLOC_END
51 #define MAXMEM (VMALLOC_END - PAGE_OFFSET - __VMALLOC_RESERVE)
/OK3568_Linux_fs/kernel/arch/nds32/mm/
H A Dinit.c214 (unsigned long)VMALLOC_END, (VMALLOC_END - VMALLOC_START) >> 20, in mem_init()
234 BUILD_BUG_ON(VMALLOC_END > CONSISTENT_BASE); in mem_init()
235 BUILD_BUG_ON(VMALLOC_START >= VMALLOC_END); in mem_init()
241 BUG_ON(VMALLOC_END > CONSISTENT_BASE); in mem_init()
242 BUG_ON(VMALLOC_START >= VMALLOC_END); in mem_init()
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dpgtable_mm.h92 #define VMALLOC_END m68k_vmalloc_end macro
95 #define VMALLOC_END 0xe0000000 macro
106 #define VMALLOC_END KMAP_START macro
H A Dpgtable_no.h53 #define VMALLOC_END 0xffffffff macro
/OK3568_Linux_fs/kernel/arch/ia64/mm/
H A Dcontig.c197 VMALLOC_END -= map_size; in paging_init()
198 vmem_map = (struct page *) VMALLOC_END; in paging_init()
/OK3568_Linux_fs/kernel/arch/xtensa/mm/
H A Dinit.c145 VMALLOC_START, VMALLOC_END, in mem_init()
146 (VMALLOC_END - VMALLOC_START) >> 20, in mem_init()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h93 #define IOREMAP_END VMALLOC_END
120 #define VMALLOC_END ALIGN_DOWN(ioremap_bot, PAGE_SIZE << KASAN_SHADOW_SCALE_SHIFT) macro
122 #define VMALLOC_END ioremap_bot macro
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dpgtable.h228 extern unsigned long VMALLOC_END;
232 # define VMALLOC_END (RGN_BASE(RGN_GATE) + (1UL << (4*PAGE_SHIFT - 10))) macro
233 # define vmemmap ((struct page *)VMALLOC_END)
235 # define VMALLOC_END (RGN_BASE(RGN_GATE) + (1UL << (4*PAGE_SHIFT - 9))) macro
/OK3568_Linux_fs/kernel/Documentation/xtensa/
H A Dmmu.rst84 +------------------+ VMALLOC_END
127 +------------------+ VMALLOC_END
171 +------------------+ VMALLOC_END
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dpgtable.h25 #define VMALLOC_END (PAGE_OFFSET - 1) macro
30 #define BPF_JIT_REGION_END (VMALLOC_END)
461 #define VMALLOC_END TASK_SIZE macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dpgtable-32.h104 # define VMALLOC_END (PKMAP_BASE-2*PAGE_SIZE) macro
106 # define VMALLOC_END (FIXADDR_START-2*PAGE_SIZE) macro
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dinit_32.c782 BUILD_BUG_ON(VMALLOC_END > PKMAP_BASE); in mem_init()
785 BUILD_BUG_ON(VMALLOC_START >= VMALLOC_END); in mem_init()
791 BUG_ON(VMALLOC_END > PKMAP_BASE); in mem_init()
793 BUG_ON(VMALLOC_START >= VMALLOC_END); in mem_init()
H A Dkasan_init_64.c388 kasan_mem_to_shadow((void *)VMALLOC_END)); in kasan_init()
392 kasan_mem_to_shadow((void *)VMALLOC_END)); in kasan_init()
395 kasan_mem_to_shadow((void *)VMALLOC_END + 1), in kasan_init()
/OK3568_Linux_fs/kernel/arch/csky/include/asm/
H A Dmemory.h14 #define VMALLOC_END (PKMAP_BASE - (PAGE_SIZE * 2)) macro
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Diomap.c41 (unsigned long)addr < VMALLOC_END) in pci_iounmap()
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dfixmap.h40 #define VMALLOC_END (KERNEL_MAP_END) macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h169 #define IOREMAP_END VMALLOC_END
193 #define VMALLOC_END ALIGN_DOWN(ioremap_bot, PAGE_SIZE << KASAN_SHADOW_SCALE_SHIFT) macro
195 #define VMALLOC_END ioremap_bot macro
/OK3568_Linux_fs/kernel/arch/h8300/include/asm/
H A Dpgtable.h39 #define VMALLOC_END 0xffffffff macro
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dktlb.S224 sethi %hi(VMALLOC_END), %g5
225 ldx [%g5 + %lo(VMALLOC_END)], %g5
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dpgtable-nommu.h65 #define VMALLOC_END 0xffffffffUL macro
/OK3568_Linux_fs/kernel/arch/hexagon/include/asm/
H A Dmem-layout.h103 #define VMALLOC_END (PKMAP_BASE-PAGE_SIZE*2) macro
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dsetup.c116 unsigned long VMALLOC_END; variable
117 EXPORT_SYMBOL(VMALLOC_END);
579 VMALLOC_END = MODULES_VADDR; in setup_memory_end()
580 VMALLOC_START = VMALLOC_END - vmalloc_size; in setup_memory_end()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h40 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE) macro
78 #define VMEMMAP_BASE VMALLOC_END
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/os_dep/linux/
H A Drtw_rhashtable.c56 return addr >= VMALLOC_START && addr < VMALLOC_END; in is_vmalloc_addr()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/os_dep/linux/
H A Drtw_rhashtable.c57 return addr >= VMALLOC_START && addr < VMALLOC_END; in is_vmalloc_addr()

12345