Home
last modified time | relevance | path

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

/arch/arc/include/asm/
Dprocessor.h123 #define VMALLOC_SIZE (0x10000000) /* 256M */ macro
124 #define VMALLOC_START (PAGE_OFFSET - VMALLOC_SIZE)
139 #define TASK_SIZE (PAGE_OFFSET - VMALLOC_SIZE - USER_KERNEL_GUTTER)
Dpgalloc.h64 num2 = VMALLOC_SIZE / PGDIR_SIZE; in pgd_alloc()
/arch/powerpc/include/asm/
Dpgtable-ppc64.h42 #define VMALLOC_SIZE (KERN_VIRT_SIZE >> 2) macro
44 #define VMALLOC_SIZE (KERN_VIRT_SIZE >> 1) macro
46 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE)
/arch/powerpc/mm/
Dslb_low.S92 cmpldi r11,(VMALLOC_SIZE >> 28) - 1