Home
last modified time | relevance | path

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

/linux-6.12.1/arch/riscv/include/asm/
Dcacheflush.h49 extern u64 new_vmalloc[NR_CPUS / sizeof(u64) + 1];
62 for (i = 0; i < ARRAY_SIZE(new_vmalloc); ++i) in flush_cache_vmap()
63 new_vmalloc[i] = -1ULL; in flush_cache_vmap()
/linux-6.12.1/arch/riscv/kernel/
Dentry.S56 la a0, new_vmalloc
/linux-6.12.1/arch/riscv/mm/
Dinit.c40 u64 new_vmalloc[NR_CPUS / sizeof(u64) + 1]; variable