Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arc/include/asm/
Dprocessor.h118 #define VMALLOC_SIZE (PAGE_OFFSET - VMALLOC_START - PGDIR_SIZE * 4) macro
119 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE)
Dpgalloc.h64 num2 = VMALLOC_SIZE / PGDIR_SIZE; in pgd_alloc()
/linux-4.4.14/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.4.14/arch/powerpc/mm/
Dslb_low.S94 cmpldi r11,(VMALLOC_SIZE >> 28) - 1