Searched refs:VMALLOC_SIZE (Results 1 – 4 of 4) sorted by relevance
90 #define VMALLOC_SIZE ((CONFIG_ARC_KVADDR_SIZE << 20) - PMD_SIZE * 4) macro 92 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE)
62 num2 = VMALLOC_SIZE / PGDIR_SIZE; in pgd_alloc()
118 kasan_remove_zero_shadow((void *)VMALLOC_START, VMALLOC_SIZE); in kasan_init()
43 #define VMALLOC_SIZE (KERN_VIRT_SIZE >> 1) macro 45 #define VMALLOC_START (PAGE_OFFSET - VMALLOC_SIZE)