Searched refs:VMALLOC_SIZE (Results 1 – 7 of 7) sorted by relevance
96 #define VMALLOC_SIZE ((CONFIG_ARC_KVADDR_SIZE << 20) - PGDIR_SIZE * 4) macro98 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE)
61 num2 = VMALLOC_SIZE / PGDIR_SIZE; in pgd_alloc()
71 #define VMALLOC_SIZE 0x08000000 macro74 #define PERIPH_DEVICE_BASE (VMALLOC_START + VMALLOC_SIZE)
254 (vaddr <= (VMALLOC_START + (VMALLOC_SIZE - 1)))); in LOS_IsVmallocAddress()
39 #define VMALLOC_SIZE (KERN_VIRT_SIZE >> 2) macro40 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE)
24 #define VMALLOC_SIZE (KERN_VIRT_SIZE >> 1) macro26 #define VMALLOC_START (PAGE_OFFSET - VMALLOC_SIZE)
175 vmSpace->size = VMALLOC_SIZE; in OsVMallocSpaceInit()177 vmSpace->mapSize = VMALLOC_SIZE; in OsVMallocSpaceInit()