Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arc/include/asm/
Dprocessor.h96 #define VMALLOC_SIZE ((CONFIG_ARC_KVADDR_SIZE << 20) - PGDIR_SIZE * 4) macro
98 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE)
Dpgalloc.h61 num2 = VMALLOC_SIZE / PGDIR_SIZE; in pgd_alloc()
/kernel/liteos_a/kernel/base/include/
Dlos_vm_zone.h71 #define VMALLOC_SIZE 0x08000000 macro
74 #define PERIPH_DEVICE_BASE (VMALLOC_START + VMALLOC_SIZE)
Dlos_vm_map.h254 (vaddr <= (VMALLOC_START + (VMALLOC_SIZE - 1)))); in LOS_IsVmallocAddress()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/64/
Dpgtable.h39 #define VMALLOC_SIZE (KERN_VIRT_SIZE >> 2) macro
40 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE)
/kernel/linux/linux-5.10/arch/riscv/include/asm/
Dpgtable.h24 #define VMALLOC_SIZE (KERN_VIRT_SIZE >> 1) macro
26 #define VMALLOC_START (PAGE_OFFSET - VMALLOC_SIZE)
/kernel/liteos_a/kernel/base/vm/
Dlos_vm_map.c175 vmSpace->size = VMALLOC_SIZE; in OsVMallocSpaceInit()
177 vmSpace->mapSize = VMALLOC_SIZE; in OsVMallocSpaceInit()