Searched defs:VMALLOC_START (Results 1 - 25 of 30) sorted by last modified time

12

/linux-master/arch/arc/include/asm/
H A Dentry-compact.h151 brlo sp, VMALLOC_START, 88f variable
H A Dprocessor.h87 #define VMALLOC_START (PAGE_OFFSET - (CONFIG_ARC_KVADDR_SIZE << 20)) macro
/linux-master/arch/riscv/include/asm/
H A Dpgtable.h41 #define VMALLOC_START (PAGE_OFFSET - VMALLOC_SIZE) macro
900 #define VMALLOC_START _AC(0, UL) macro
/linux-master/arch/loongarch/include/asm/
H A Dpgtable.h91 #define VMALLOC_START MODULES_END macro
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h245 #define VMALLOC_START __vmalloc_start macro
/linux-master/arch/sparc/include/asm/
H A Dpgtable_64.h45 #define VMALLOC_START _AC(0x0000000100000000,UL) macro
H A Dpgtable_32.h433 #define VMALLOC_START _AC(0xfe600000,UL) macro
/linux-master/arch/nios2/include/asm/
H A Dpgtable.h27 #define VMALLOC_START CONFIG_NIOS2_KERNEL_MMU_REGION_BASE macro
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h23 #define VMALLOC_START (MODULES_END) macro
/linux-master/arch/arm/include/asm/
H A Dpgtable.h51 #define VMALLOC_START (((unsigned long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)) macro
/linux-master/arch/x86/include/asm/
H A Dpgtable_64_types.h134 # define VMALLOC_START vmalloc_base macro
138 # define VMALLOC_START __VMALLOC_BASE_L4 macro
/linux-master/arch/s390/kernel/
H A Dsetup.c161 unsigned long VMALLOC_START; variable
162 EXPORT_SYMBOL(VMALLOC_START); variable
/linux-master/arch/microblaze/include/asm/
H A Dpgtable.h39 #define VMALLOC_START (CONFIG_KERNEL_START + CONFIG_LOWMEM_SIZE) macro
/linux-master/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h36 #define VMALLOC_START KERN_VIRT_START macro
/linux-master/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h105 #define VMALLOC_START (((ALIGN((long)high_memory, PPC_PIN_SIZE) + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))) macro
107 #define VMALLOC_START ((((long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))) macro
/linux-master/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h190 #define VMALLOC_START ((((long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))) macro
/linux-master/arch/m68k/include/asm/
H A Dpgtable_no.h44 #define VMALLOC_START 0 macro
H A Dpgtable_mm.h91 #define VMALLOC_START 0x0f800000 macro
94 #define VMALLOC_START 0xd0000000 macro
98 #define VMALLOC_START (((unsigned long) high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)) macro
109 #define VMALLOC_START (((unsigned long) high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)) macro
/linux-master/arch/xtensa/include/asm/
H A Dpgtable.h68 #define VMALLOC_START (XCHAL_KSEG_CACHED_VADDR - 0x10000000) macro
80 #define VMALLOC_START __XTENSA_UL_CONST(0) macro
/linux-master/arch/um/include/asm/
H A Dpgtable.h49 #define VMALLOC_START ((end_iomem + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)) macro
/linux-master/arch/openrisc/include/asm/
H A Dpgtable.h91 #define VMALLOC_START (PAGE_OFFSET-0x04000000UL) macro
/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/sh/include/asm/
H A Dpgtable.h77 #define VMALLOC_START (P3SEG) macro
/linux-master/arch/mips/include/asm/
H A Dpgtable-64.h141 #define VMALLOC_START (MAP_BASE + (2 * PAGE_SIZE)) macro
H A Dpgtable-32.h96 #define VMALLOC_START MAP_BASE macro

Completed in 253 milliseconds

12