Searched refs:VMALLOC_END (Results 51 - 75 of 89) sorted by relevance

1234

/linux-master/fs/proc/
H A Dkcore.c678 if (MODULES_VADDR != VMALLOC_START && MODULES_END != VMALLOC_END) {
700 VMALLOC_END - VMALLOC_START, KCORE_VMALLOC);
/linux-master/arch/sh/mm/
H A Dfault.c170 #define __FAULT_ADDR_LIMIT VMALLOC_END
/linux-master/arch/openrisc/include/asm/
H A Dpgtable.h92 #define VMALLOC_END (PAGE_OFFSET) macro
/linux-master/arch/sparc/include/asm/
H A Dpgtable_32.h434 #define VMALLOC_END _AC(0xffc00000,UL) macro
H A Dpgtable_64.h46 #define VMEMMAP_BASE VMALLOC_END
84 extern unsigned long VMALLOC_END;
/linux-master/arch/alpha/include/asm/
H A Dpgtable.h57 #define VMALLOC_END (-PGDIR_SIZE) macro
/linux-master/arch/microblaze/include/asm/
H A Dpgtable.h40 #define VMALLOC_END ioremap_bot macro
/linux-master/drivers/pcmcia/
H A Delectra_cf.c216 cf->io_base = (unsigned long)cf->io_virt - VMALLOC_END;
/linux-master/arch/arm64/mm/
H A Dptdump.c372 { VMALLOC_END, "vmalloc() end" },
H A Dkasan_init.c314 vmalloc_shadow_end = (u64)kasan_mem_to_shadow((void *)VMALLOC_END);
/linux-master/arch/arm/include/asm/
H A Dpgtable.h52 #define VMALLOC_END 0xff800000UL macro
/linux-master/arch/powerpc/mm/ptdump/
H A Dptdump.c271 address_markers[i++].start_address = VMALLOC_END;
/linux-master/arch/riscv/mm/
H A Dptdump.c393 address_markers[VMALLOC_END_NR].start_address = VMALLOC_END;
/linux-master/arch/arm64/kernel/probes/
H A Dkprobes.c134 return __vmalloc_node_range(PAGE_SIZE, 1, VMALLOC_START, VMALLOC_END,
/linux-master/arch/riscv/include/asm/
H A Dpgtable.h40 #define VMALLOC_END PAGE_OFFSET macro
49 #define BPF_JIT_REGION_END (VMALLOC_END)
901 #define VMALLOC_END TASK_SIZE macro
/linux-master/arch/arm/mm/
H A Dmmu.c992 (md->virtual < VMALLOC_START || md->virtual >= VMALLOC_END)) {
1182 vmalloc_max = VMALLOC_END - (PAGE_OFFSET + SZ_32M + VMALLOC_OFFSET);
1209 vmalloc_limit = (u64)VMALLOC_END - vmalloc_size - VMALLOC_OFFSET -
H A Dioremap.c126 sizeof(pgd_t) * (pgd_index(VMALLOC_END) -
/linux-master/arch/arm/kernel/
H A Dmodule.c51 return __vmalloc_node_range(size, 1, VMALLOC_START, VMALLOC_END,
/linux-master/arch/x86/mm/
H A Ddump_pagetables.c467 address_markers[VMALLOC_END_NR].start_address = VMALLOC_END;
H A Dfault.c240 if (!(address >= VMALLOC_START && address < VMALLOC_END))
271 addr >= TASK_SIZE_MAX && addr < VMALLOC_END;
/linux-master/arch/x86/hyperv/
H A Dhv_init.c535 VMALLOC_END, GFP_KERNEL, PAGE_KERNEL_ROX,
/linux-master/arch/s390/kernel/
H A Dsetup.c164 unsigned long VMALLOC_END; variable
165 EXPORT_SYMBOL(VMALLOC_END); variable
/linux-master/scripts/gdb/linux/
H A Dmm.py98 self.VMALLOC_END = self.VMEMMAP_START - 256 * 1024 * 1024
/linux-master/arch/sparc/mm/
H A Dinit_64.c1955 unsigned long VMALLOC_END = 0x0000010000000000UL; variable
1956 EXPORT_SYMBOL(VMALLOC_END); variable
2026 VMALLOC_END = ((sparc64_va_hole_bottom >> 1) +
2032 VMALLOC_START, VMALLOC_END);
/linux-master/mm/
H A Dutil.c659 return __vmalloc_node_range(size, 1, VMALLOC_START, VMALLOC_END,

Completed in 368 milliseconds

1234