Searched refs:VMALLOC_START (Results 76 - 98 of 98) sorted by relevance

1234

/linux-master/arch/riscv/kernel/
H A Dtraps.c398 if (pc < VMALLOC_START)
/linux-master/arch/powerpc/mm/ptdump/
H A Dhashpagetable.c504 address_markers[1].start_address = VMALLOC_START;
/linux-master/arch/arm/mm/
H A Dinit.c512 fallback_start = VMALLOC_START;
/linux-master/arch/alpha/kernel/
H A Dcore_marvel.c791 if (addr >= VMALLOC_START)
800 if (addr >= VMALLOC_START)
/linux-master/arch/s390/kernel/
H A Dsetup.c161 unsigned long VMALLOC_START; variable
162 EXPORT_SYMBOL(VMALLOC_START); variable
/linux-master/scripts/gdb/linux/
H A Dmm.py97 self.VMALLOC_START = self.MODULES_END
/linux-master/arch/loongarch/include/asm/
H A Dpgtable.h91 #define VMALLOC_START MODULES_END macro
/linux-master/arch/arm/kernel/
H A Dtraps.c965 if (start < VMALLOC_END && end > VMALLOC_START)
/linux-master/mm/
H A Dutil.c659 return __vmalloc_node_range_noprof(size, 1, VMALLOC_START, VMALLOC_END,
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h245 #define VMALLOC_START __vmalloc_start macro
302 * IOREMAP_BASE = ISA_IO_BASE + 2G to VMALLOC_START + PGTABLE_RANGE
/linux-master/arch/sparc/include/asm/
H A Dpgtable_64.h45 #define VMALLOC_START _AC(0x0000000100000000,UL) macro
/linux-master/arch/x86/mm/
H A Dfault.c34 #include <asm/pgtable_areas.h> /* VMALLOC_START, ... */
241 if (!(address >= VMALLOC_START && address < VMALLOC_END))
H A Dinit_64.c1291 for (addr = VMALLOC_START; addr <= VMEMORY_END; addr = ALIGN(addr + 1, PGDIR_SIZE)) {
/linux-master/drivers/md/
H A Ddm-stats.c94 if (a > (VMALLOC_END - VMALLOC_START) / DM_STATS_VMALLOC_FACTOR)
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h20 * VMALLOC_START: beginning of the kernel vmalloc space
23 #define VMALLOC_START (MODULES_END) macro
/linux-master/arch/s390/include/asm/
H A Dpgtable.h88 extern unsigned long __bootdata_preserved(VMALLOC_START);
/linux-master/kernel/bpf/
H A Dcore.c1035 return VMALLOC_END - VMALLOC_START;
H A Dsyscall.c307 return __vmalloc_node_range(size, align, VMALLOC_START, VMALLOC_END,
H A Dverifier.c19334 u64 addr = VMALLOC_START;
/linux-master/arch/arm64/net/
H A Dbpf_jit_comp.c1897 return VMALLOC_END - VMALLOC_START;
/linux-master/kernel/
H A Dfork.c310 VMALLOC_START, VMALLOC_END,
/linux-master/arch/sparc/mm/
H A Dinit_64.c2032 VMALLOC_START, VMALLOC_END);
/linux-master/kernel/events/
H A Dcore.c7521 !(virt >= VMALLOC_START && virt < VMALLOC_END))

Completed in 666 milliseconds

1234