Home
last modified time | relevance | path

Searched refs:VMALLOC_SIZE (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/arc/include/asm/
Dprocessor.h109 #define VMALLOC_SIZE (0x10000000) /* 256M */ macro
110 #define VMALLOC_START (PAGE_OFFSET - VMALLOC_SIZE)
125 #define TASK_SIZE (PAGE_OFFSET - VMALLOC_SIZE - USER_KERNEL_GUTTER)
Dpgalloc.h64 num2 = VMALLOC_SIZE / PGDIR_SIZE; in pgd_alloc()
/linux-4.1.27/arch/powerpc/include/asm/
Dpgtable-ppc64.h47 #define VMALLOC_SIZE (KERN_VIRT_SIZE >> 2) macro
49 #define VMALLOC_SIZE (KERN_VIRT_SIZE >> 1) macro
51 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE)
/linux-4.1.27/arch/powerpc/mm/
Dslb_low.S94 cmpldi r11,(VMALLOC_SIZE >> 28) - 1