Home
last modified time | relevance | path

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

/arch/arc/include/asm/
A Dprocessor.h90 #define VMALLOC_SIZE ((CONFIG_ARC_KVADDR_SIZE << 20) - PMD_SIZE * 4) macro
92 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE)
A Dpgalloc.h62 num2 = VMALLOC_SIZE / PGDIR_SIZE; in pgd_alloc()
/arch/powerpc/include/asm/nohash/64/
A Dpgtable.h37 #define VMALLOC_SIZE (KERN_VIRT_SIZE >> 2) macro
38 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE)
/arch/powerpc/mm/kasan/
A Dinit_book3e_64.c118 kasan_remove_zero_shadow((void *)VMALLOC_START, VMALLOC_SIZE); in kasan_init()
/arch/riscv/include/asm/
A Dpgtable.h43 #define VMALLOC_SIZE (KERN_VIRT_SIZE >> 1) macro
45 #define VMALLOC_START (PAGE_OFFSET - VMALLOC_SIZE)

Completed in 27 milliseconds