Home
last modified time | relevance | path

Searched refs:new_vmalloc (Results 1 – 3 of 3) sorted by relevance

/linux/arch/riscv/include/asm/
H A Dcacheflush.h44 extern u64 new_vmalloc[NR_CPUS / sizeof(u64) + 1];
57 for (i = 0; i < ARRAY_SIZE(new_vmalloc); ++i) in flush_cache_vmap()
58 new_vmalloc[i] = -1ULL; in flush_cache_vmap()
/linux/arch/riscv/kernel/
H A Dentry.S57 la a0, new_vmalloc
/linux/arch/riscv/mm/
H A Dinit.c40 u64 new_vmalloc[NR_CPUS / sizeof(u64) + 1]; variable