Searched refs:VMALLOC_END (Results 26 - 50 of 86) sorted by relevance

1234

/linux-master/arch/sparc/kernel/
H A Dktlb.S224 sethi %hi(VMALLOC_END), %g5
225 ldx [%g5 + %lo(VMALLOC_END)], %g5
/linux-master/arch/um/include/asm/
H A Dpgtable.h51 #define VMALLOC_END (FIXADDR_START-2*PAGE_SIZE) macro
53 #define MODULES_END VMALLOC_END
/linux-master/arch/arm/mm/
H A Dkasan_init.c246 kasan_mem_to_shadow((void *)VMALLOC_END));
248 kasan_populate_early_shadow(kasan_mem_to_shadow((void *)VMALLOC_END),
/linux-master/arch/mips/include/asm/
H A Dpgtable-32.h102 # define VMALLOC_END (PKMAP_BASE-2*PAGE_SIZE) macro
104 # define VMALLOC_END (FIXADDR_START-2*PAGE_SIZE) macro
H A Dpgtable-64.h142 #define VMALLOC_END \ macro
/linux-master/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
/linux-master/arch/x86/mm/
H A Dkasan_init_64.c403 kasan_mem_to_shadow((void *)VMALLOC_END));
407 kasan_mem_to_shadow((void *)VMALLOC_END));
410 kasan_mem_to_shadow((void *)VMALLOC_END + 1),
H A Dinit_32.c448 * from VMALLOC_END to pkmap or fixmap according to VMALLOC_END
449 * definition. And max_low_pfn is set to VMALLOC_END physical
748 BUILD_BUG_ON(VMALLOC_END > PKMAP_BASE);
751 BUILD_BUG_ON(VMALLOC_START >= VMALLOC_END);
757 BUG_ON(VMALLOC_END > PKMAP_BASE);
759 BUG_ON(VMALLOC_START >= VMALLOC_END);
/linux-master/arch/nios2/mm/
H A Dfault.c67 if (unlikely(address >= VMALLOC_START && address <= VMALLOC_END)) {
/linux-master/arch/powerpc/mm/kasan/
H A Dinit_32.c115 unsigned long k_end = (unsigned long)kasan_mem_to_shadow((void *)VMALLOC_END);
/linux-master/mm/
H A Dexecmem.c118 info->ranges[EXECMEM_DEFAULT].end = VMALLOC_END;
/linux-master/arch/sh/mm/
H A Dinit.c376 (unsigned long)VMALLOC_START, VMALLOC_END,
377 (VMALLOC_END - VMALLOC_START) >> 20,
/linux-master/arch/xtensa/include/asm/
H A Dpgtable.h69 #define VMALLOC_END (VMALLOC_START + 0x07FEFFFF) macro
81 #define VMALLOC_END __XTENSA_UL_CONST(0xffffffff) macro
/linux-master/arch/sparc/include/asm/
H A Dpgtable_32.h434 #define VMALLOC_END _AC(0xffc00000,UL) macro
436 #define MODULES_END VMALLOC_END
/linux-master/arch/arm64/mm/
H A Dinit.c559 .end = VMALLOC_END,
565 .end = VMALLOC_END,
/linux-master/arch/loongarch/include/asm/
H A Dpgtable.h94 #define VMALLOC_END \ macro
98 #define VMALLOC_END \ macro
103 #define vmemmap ((struct page *)((VMALLOC_END + PMD_SIZE) & PMD_MASK))
/linux-master/arch/parisc/mm/
H A Dinit.c589 (void*)VMALLOC_START, (void*)VMALLOC_END,
590 (VMALLOC_END - VMALLOC_START) >> 20,
1006 .end = VMALLOC_END,
/linux-master/arch/powerpc/mm/ptdump/
H A Dhashpagetable.c384 if (addr < VMALLOC_END)
505 address_markers[2].start_address = VMALLOC_END;
/linux-master/arch/csky/mm/
H A Dfault.c214 if (unlikely((addr >= VMALLOC_START) && (addr <= VMALLOC_END))) {
/linux-master/arch/s390/mm/
H A Ddump_pagetables.c305 address_markers[VMALLOC_END_NR].start_address = VMALLOC_END;
/linux-master/arch/mips/mm/
H A Dfault.c28 #include <asm/highmem.h> /* For VMALLOC_END */
84 if (unlikely(address >= VMALLOC_START && address <= VMALLOC_END))
/linux-master/arch/nios2/include/asm/
H A Dpgtable.h28 #define VMALLOC_END (CONFIG_NIOS2_KERNEL_REGION_BASE - SZ_32M - 1) macro
/linux-master/arch/riscv/include/asm/
H A Dpgtable.h40 #define VMALLOC_END PAGE_OFFSET macro
49 #define BPF_JIT_REGION_END (VMALLOC_END)
60 #define MODULES_END VMALLOC_END
905 #define VMALLOC_END TASK_SIZE macro
/linux-master/arch/riscv/mm/
H A Dfault.c251 unlikely(addr >= VMALLOC_START && addr < VMALLOC_END)) {
/linux-master/include/linux/
H A Dvmalloc.h318 #define VMALLOC_TOTAL (VMALLOC_END - VMALLOC_START)

Completed in 206 milliseconds

1234