Searched refs:VMALLOC_START (Results 26 - 50 of 101) sorted by relevance

12345

/linux-master/arch/mips/include/asm/
H A Dpgtable-64.h39 * fault address - VMALLOC_START.
141 #define VMALLOC_START (MAP_BASE + (2 * PAGE_SIZE)) macro
148 VMALLOC_START != CKSSEG
H A Dpgtable-32.h96 #define VMALLOC_START MAP_BASE macro
/linux-master/arch/um/include/asm/
H A Dpgtable.h49 #define VMALLOC_START ((end_iomem + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)) macro
52 #define MODULES_VADDR VMALLOC_START
/linux-master/arch/arm/mm/
H A Dioremap.c124 memcpy(pgd_offset(mm, VMALLOC_START),
125 pgd_offset_k(VMALLOC_START),
127 pgd_index(VMALLOC_START)));
H A Ddump.c441 address_markers[4].start_address = VMALLOC_START;
443 address_markers[2].start_address = VMALLOC_START;
H A Dkasan_init.c245 kasan_populate_early_shadow(kasan_mem_to_shadow((void *)VMALLOC_START),
/linux-master/arch/x86/mm/
H A Dkasan_init_64.c393 kasan_mem_to_shadow((void *)VMALLOC_START));
402 kasan_mem_to_shadow((void *)VMALLOC_START),
406 kasan_mem_to_shadow((void *)VMALLOC_START),
H A Dinit_32.c751 BUILD_BUG_ON(VMALLOC_START >= VMALLOC_END);
759 BUG_ON(VMALLOC_START >= VMALLOC_END);
760 BUG_ON((unsigned long)high_memory > VMALLOC_START);
H A Ddump_pagetables.c455 address_markers[VMALLOC_START_NR].start_address = VMALLOC_START;
466 address_markers[VMALLOC_START_NR].start_address = VMALLOC_START;
/linux-master/arch/powerpc/kernel/
H A Dmodule.c125 return __module_alloc(size, VMALLOC_START, VMALLOC_END, false);
/linux-master/arch/powerpc/mm/kasan/
H A Dinit_book3e_64.c118 kasan_remove_zero_shadow((void *)VMALLOC_START, VMALLOC_SIZE);
H A Dinit_32.c114 unsigned long k_start = (unsigned long)kasan_mem_to_shadow((void *)VMALLOC_START);
/linux-master/arch/nios2/mm/
H A Dfault.c67 if (unlikely(address >= VMALLOC_START && address <= VMALLOC_END)) {
/linux-master/arch/openrisc/mm/
H A Dfault.c77 if (address >= VMALLOC_START &&
/linux-master/arch/arc/mm/
H A Dfault.c89 if (address >= VMALLOC_START && !user_mode(regs)) {
/linux-master/arch/sh/mm/
H A Dinit.c376 (unsigned long)VMALLOC_START, VMALLOC_END,
377 (VMALLOC_END - VMALLOC_START) >> 20,
/linux-master/arch/alpha/include/asm/
H A Dpgtable.h53 #define VMALLOC_START 0xfffffe0000000000 macro
55 #define VMALLOC_START (-2*PGDIR_SIZE) macro
/linux-master/arch/riscv/mm/
H A Dkasan_init.c495 (void *)kasan_mem_to_shadow((void *)VMALLOC_START));
499 (void *)kasan_mem_to_shadow((void *)VMALLOC_START),
506 kasan_populate_early_shadow((void *)kasan_mem_to_shadow((void *)VMALLOC_START),
/linux-master/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h168 #define IOREMAP_START VMALLOC_START
183 * from VMALLOC_START). For this reason we have ioremap_bot to check when
190 #define VMALLOC_START ((((long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))) macro
/linux-master/arch/s390/boot/
H A Dvmem.c118 untracked_end = VMALLOC_START;
120 kasan_populate(VMALLOC_START, MODULES_END, POPULATE_KASAN_SHALLOW);
/linux-master/arch/riscv/kernel/probes/
H A Dkprobes.c110 return __vmalloc_node_range(PAGE_SIZE, 1, VMALLOC_START, VMALLOC_END,
/linux-master/arch/csky/mm/
H A Dfault.c214 if (unlikely((addr >= VMALLOC_START) && (addr <= VMALLOC_END))) {
/linux-master/arch/m68k/mm/
H A Dmcfmmu.c25 #define KMAPAREA(x) ((x >= VMALLOC_START) && (x < KMAP_END))
/linux-master/arch/powerpc/mm/
H A Dmem.c335 VMALLOC_START, VMALLOC_END);
/linux-master/arch/mips/mm/
H A Dfault.c84 if (unlikely(address >= VMALLOC_START && address <= VMALLOC_END))

Completed in 261 milliseconds

12345