Home
last modified time | relevance | path

Searched refs:VVAR_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux/arch/riscv/kernel/
H A Dvdso.c31 #define VVAR_SIZE (VVAR_NR_PAGES << PAGE_SHIFT) macro
221 vdso_mapping_len = vdso_text_len + VVAR_SIZE; in __setup_additional_pages()
229 ret = _install_special_mapping(mm, vdso_base, VVAR_SIZE, in __setup_additional_pages()
234 vdso_base += VVAR_SIZE; in __setup_additional_pages()
/linux/arch/loongarch/kernel/
H A Dprocess.c298 top -= VVAR_SIZE; in stack_top()