Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arc/include/asm/
Dprocessor.h130 #define VMALLOC_SIZE ((CONFIG_ARC_KVADDR_SIZE << 20) - PGDIR_SIZE * 4) macro
132 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE)
Dpgalloc.h64 num2 = VMALLOC_SIZE / PGDIR_SIZE; in pgd_alloc()
/Linux-v4.19/arch/powerpc/include/asm/nohash/64/
Dpgtable.h45 #define VMALLOC_SIZE (KERN_VIRT_SIZE >> 2) macro
46 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE)
/Linux-v4.19/arch/riscv/include/asm/
Dpgtable.h414 #define VMALLOC_SIZE (KERN_VIRT_SIZE >> 1) macro
416 #define VMALLOC_START (PAGE_OFFSET - VMALLOC_SIZE)