Home
last modified time | relevance | path

Searched defs:VMALLOC_START (Results 1 – 25 of 30) sorted by relevance

12

/linux-6.1.9/arch/m68k/include/asm/
Dpgtable_mm.h93 #define VMALLOC_START 0x0f800000 macro
96 #define VMALLOC_START 0xd0000000 macro
100 #define VMALLOC_START (((unsigned long) high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)) macro
111 #define VMALLOC_START (((unsigned long) high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)) macro
Dpgtable_no.h52 #define VMALLOC_START 0 macro
/linux-6.1.9/arch/csky/include/asm/
Dmemory.h13 #define VMALLOC_START (PAGE_OFFSET + LOWMEM_LIMIT + (PAGE_SIZE * 8)) macro
/linux-6.1.9/arch/x86/include/asm/
Dpgtable_64_types.h133 # define VMALLOC_START vmalloc_base macro
137 # define VMALLOC_START __VMALLOC_BASE_L4 macro
Dpgtable_32_areas.h20 #define VMALLOC_START ((unsigned long)high_memory + VMALLOC_OFFSET) macro
/linux-6.1.9/arch/parisc/include/asm/
Dfixmap.h54 #define VMALLOC_START ((unsigned long)parisc_vmalloc_start) macro
/linux-6.1.9/arch/hexagon/include/asm/
Dmem-layout.h62 #define VMALLOC_START ((unsigned long) __va(high_memory + VMALLOC_OFFSET)) macro
/linux-6.1.9/arch/arc/include/asm/
Dprocessor.h90 #define VMALLOC_START (PAGE_OFFSET - (CONFIG_ARC_KVADDR_SIZE << 20)) macro
/linux-6.1.9/arch/powerpc/include/asm/nohash/32/
Dpgtable.h113 #define VMALLOC_START (((ALIGN((long)high_memory, PPC_PIN_SIZE) + VMALLOC_OFFSET) & ~(VMALLOC_OFFSE… macro
115 #define VMALLOC_START ((((long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))) macro
/linux-6.1.9/arch/arm/include/asm/
Dpgtable-nommu.h64 #define VMALLOC_START 0UL macro
Dpgtable.h51 #define VMALLOC_START (((unsigned long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)) macro
/linux-6.1.9/arch/sh/include/asm/
Dpgtable.h77 #define VMALLOC_START (P3SEG) macro
/linux-6.1.9/arch/xtensa/include/asm/
Dpgtable.h68 #define VMALLOC_START (XCHAL_KSEG_CACHED_VADDR - 0x10000000) macro
80 #define VMALLOC_START __XTENSA_UL_CONST(0) macro
/linux-6.1.9/arch/alpha/include/asm/
Dpgtable.h54 #define VMALLOC_START 0xfffffe0000000000 macro
56 #define VMALLOC_START (-2*PGDIR_SIZE) macro
/linux-6.1.9/arch/mips/include/asm/
Dpgtable-32.h96 #define VMALLOC_START MAP_BASE macro
Dpgtable-64.h141 #define VMALLOC_START (MAP_BASE + (2 * PAGE_SIZE)) macro
/linux-6.1.9/arch/nios2/include/asm/
Dpgtable.h27 #define VMALLOC_START CONFIG_NIOS2_KERNEL_MMU_REGION_BASE macro
/linux-6.1.9/arch/um/include/asm/
Dpgtable.h46 #define VMALLOC_START ((end_iomem + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)) macro
/linux-6.1.9/arch/riscv/include/asm/
Dpgtable.h41 #define VMALLOC_START (PAGE_OFFSET - VMALLOC_SIZE) macro
800 #define VMALLOC_START 0 macro
/linux-6.1.9/arch/s390/kernel/
Dsetup.c161 unsigned long VMALLOC_START; variable
/linux-6.1.9/arch/powerpc/include/asm/nohash/64/
Dpgtable.h36 #define VMALLOC_START KERN_VIRT_START macro
/linux-6.1.9/arch/openrisc/include/asm/
Dpgtable.h91 #define VMALLOC_START (PAGE_OFFSET-0x04000000UL) macro
/linux-6.1.9/arch/microblaze/include/asm/
Dpgtable.h39 #define VMALLOC_START (CONFIG_KERNEL_START + CONFIG_LOWMEM_SIZE) macro
/linux-6.1.9/arch/sparc/include/asm/
Dpgtable_32.h415 #define VMALLOC_START _AC(0xfe600000,UL) macro
/linux-6.1.9/arch/powerpc/include/asm/book3s/32/
Dpgtable.h206 #define VMALLOC_START ((((long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))) macro

12