Searched refs:__VVAR_PAGES (Results 1 - 11 of 11) sorted by relevance

/linux-master/arch/arm64/include/asm/
H A Dvdso.h15 #define __VVAR_PAGES 2 macro
/linux-master/arch/riscv/include/asm/
H A Dvdso.h17 #define __VVAR_PAGES 2 macro
/linux-master/arch/s390/include/asm/
H A Dvdso.h30 #define __VVAR_PAGES 2 macro
/linux-master/arch/arm64/kernel/vdso32/
H A Dvdso.lds.S21 PROVIDE_HIDDEN(_vdso_data = . - __VVAR_PAGES * PAGE_SIZE);
/linux-master/arch/riscv/kernel/vdso/
H A Dvdso.lds.S12 PROVIDE(_vdso_data = . - __VVAR_PAGES * PAGE_SIZE);
/linux-master/arch/arm64/kernel/vdso/
H A Dvdso.lds.S21 PROVIDE(_vdso_data = . - __VVAR_PAGES * PAGE_SIZE);
/linux-master/arch/s390/kernel/vdso32/
H A Dvdso32.lds.S15 PROVIDE(_vdso_data = . - __VVAR_PAGES * PAGE_SIZE);
/linux-master/arch/s390/kernel/vdso64/
H A Dvdso64.lds.S15 PROVIDE(_vdso_data = . - __VVAR_PAGES * PAGE_SIZE);
/linux-master/arch/s390/kernel/
H A Dvdso.c148 BUILD_BUG_ON(VVAR_NR_PAGES != __VVAR_PAGES);
/linux-master/arch/riscv/kernel/
H A Dvdso.c217 BUILD_BUG_ON(VVAR_NR_PAGES != __VVAR_PAGES);
/linux-master/arch/arm64/kernel/
H A Dvdso.c194 BUILD_BUG_ON(VVAR_NR_PAGES != __VVAR_PAGES);

Completed in 344 milliseconds