Home
last modified time | relevance | path

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

123

/kernel/linux/linux-5.10/arch/m68k/include/asm/
Dpgtable_mm.h91 #define VMALLOC_START 0x0f800000 macro
94 #define VMALLOC_START 0xd0000000 macro
105 #define VMALLOC_START (((unsigned long) high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)) macro
Dpgtable_no.h51 #define VMALLOC_START 0 macro
/kernel/linux/linux-4.19/arch/m68k/include/asm/
Dpgtable_mm.h88 #define VMALLOC_START 0x0f800000 macro
91 #define VMALLOC_START 0xd0000000 macro
102 #define VMALLOC_START (((unsigned long) high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)) macro
Dpgtable_no.h56 #define VMALLOC_START 0 macro
/kernel/linux/linux-4.19/arch/sh/include/asm/
Dpgtable.h83 #define VMALLOC_START (P3SEG) macro
85 #define VMALLOC_START (0xf0000000) macro
/kernel/linux/linux-4.19/arch/parisc/include/asm/
Dfixmap.h27 #define VMALLOC_START ((unsigned long)parisc_vmalloc_start) macro
/kernel/linux/linux-5.10/arch/csky/include/asm/
Dmemory.h13 #define VMALLOC_START _AC(0xc0008000, UL) macro
/kernel/linux/linux-4.19/arch/x86/include/asm/
Dpgtable_64_types.h133 # define VMALLOC_START vmalloc_base macro
137 # define VMALLOC_START __VMALLOC_BASE_L4 macro
Dpgtable_32_types.h36 #define VMALLOC_START ((unsigned long)high_memory + VMALLOC_OFFSET) macro
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/arch/parisc/include/asm/
Dfixmap.h39 #define VMALLOC_START ((unsigned long)parisc_vmalloc_start) macro
/kernel/linux/linux-5.10/arch/hexagon/include/asm/
Dmem-layout.h62 #define VMALLOC_START ((unsigned long) __va(high_memory + VMALLOC_OFFSET)) macro
/kernel/linux/linux-4.19/arch/hexagon/include/asm/
Dmem-layout.h75 #define VMALLOC_START ((unsigned long) __va(high_memory + VMALLOC_OFFSET)) macro
/kernel/linux/linux-5.10/arch/h8300/include/asm/
Dpgtable.h38 #define VMALLOC_START 0 macro
/kernel/linux/linux-4.19/arch/h8300/include/asm/
Dpgtable.h46 #define VMALLOC_START 0 macro
/kernel/linux/linux-5.10/arch/arc/include/asm/
Dprocessor.h93 #define VMALLOC_START (PAGE_OFFSET - (CONFIG_ARC_KVADDR_SIZE << 20)) macro
/kernel/liteos_a/kernel/base/include/
Dlos_vm_zone.h70 #define VMALLOC_START (UNCACHED_VMM_BASE + UNCACHED_VMM_SIZE) macro
/kernel/linux/linux-4.19/arch/powerpc/include/asm/nohash/32/
Dpgtable.h108 #define VMALLOC_START (((_ALIGN((long)high_memory, PPC_PIN_SIZE) + VMALLOC_OFFSET) & ~(VMALLOC_OFFS… macro
110 #define VMALLOC_START ((((long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))) macro
/kernel/linux/linux-5.10/arch/arm/include/asm/
Dpgtable-nommu.h70 #define VMALLOC_START 0UL macro
/kernel/linux/linux-5.10/arch/c6x/include/asm/
Dpgtable.h20 #define VMALLOC_START 0 macro
/kernel/linux/linux-5.10/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
/kernel/linux/linux-4.19/arch/c6x/include/asm/
Dpgtable.h23 #define VMALLOC_START 0 macro
/kernel/linux/linux-4.19/arch/arc/include/asm/
Dprocessor.h127 #define VMALLOC_START (PAGE_OFFSET - (CONFIG_ARC_KVADDR_SIZE << 20)) macro
/kernel/linux/linux-4.19/arch/arm/include/asm/
Dpgtable-nommu.h86 #define VMALLOC_START 0UL macro

123