Searched refs:VMALLOC_END (Results 1 - 25 of 89) sorted by path

1234

/linux-master/arch/hexagon/include/asm/
H A Dmem-layout.h103 #define VMALLOC_END (PKMAP_BASE-PAGE_SIZE*2) macro
/linux-master/arch/alpha/include/asm/
H A Dpgtable.h57 #define VMALLOC_END (-PGDIR_SIZE) macro
/linux-master/arch/arc/include/asm/
H A Dprocessor.h92 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE) macro
/linux-master/arch/arc/mm/
H A Dhighmem.c67 BUILD_BUG_ON(PAGE_OFFSET < (VMALLOC_END + FIXMAP_SIZE + PKMAP_SIZE));
/linux-master/arch/arm/include/asm/
H A Dpgtable-nommu.h63 #define VMALLOC_END 0xffffffffUL macro
H A Dpgtable.h52 #define VMALLOC_END 0xff800000UL macro
/linux-master/arch/arm/kernel/
H A Dmodule.c51 return __vmalloc_node_range(size, 1, VMALLOC_START, VMALLOC_END,
H A Dtraps.c964 if (start < VMALLOC_END && end > VMALLOC_START)
/linux-master/arch/arm/mm/
H A Diomap.c41 (unsigned long)addr < VMALLOC_END)
H A Dioremap.c126 sizeof(pgd_t) * (pgd_index(VMALLOC_END) -
H A Dkasan_init.c246 kasan_mem_to_shadow((void *)VMALLOC_END));
248 kasan_populate_early_shadow(kasan_mem_to_shadow((void *)VMALLOC_END),
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 Dpageattr.c67 !range_in_range(start, size, VMALLOC_START, VMALLOC_END))
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h21 * VMALLOC_END: extends to the available space below vmemmap
25 #define VMALLOC_END (VMEMMAP_START - SZ_8M) macro
28 #define VMALLOC_END (VMEMMAP_START + VMEMMAP_UNUSED_NPAGES * sizeof(struct page) - SZ_8M) macro
/linux-master/arch/arm64/kernel/pi/
H A Dkaslr_early.c64 range = (VMALLOC_END - KIMAGE_VADDR) / 2;
/linux-master/arch/arm64/kernel/probes/
H A Dkprobes.c134 return __vmalloc_node_range(PAGE_SIZE, 1, VMALLOC_START, VMALLOC_END,
/linux-master/arch/arm64/kernel/
H A Dvmcore_info.c26 vmcoreinfo_append_str("NUMBER(VMALLOC_END)=0x%lx\n", VMALLOC_END);
/linux-master/arch/arm64/mm/
H A Dkasan_init.c314 vmalloc_shadow_end = (u64)kasan_mem_to_shadow((void *)VMALLOC_END);
H A Dptdump.c372 { VMALLOC_END, "vmalloc() end" },
/linux-master/arch/arm64/net/
H A Dbpf_jit_comp.c1793 return VMALLOC_END - VMALLOC_START;
/linux-master/arch/csky/include/asm/
H A Dmemory.h14 #define VMALLOC_END (PKMAP_BASE - (PAGE_SIZE * 2)) macro
/linux-master/arch/csky/mm/
H A Dfault.c214 if (unlikely((addr >= VMALLOC_START) && (addr <= 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/m68k/include/asm/
H A Dpgtable_mm.h92 #define VMALLOC_END m68k_vmalloc_end macro
95 #define VMALLOC_END 0xe0000000 macro
99 #define VMALLOC_END KMAP_START macro
110 #define VMALLOC_END KMAP_START macro
H A Dpgtable_no.h45 #define VMALLOC_END 0xffffffff macro

Completed in 503 milliseconds

1234