1 /* SPDX-License-Identifier: GPL-2.0 */ 1 2 #ifndef __S390_VDSO_SYMBOLS_H__ 3 #define __S390_VDSO_SYMBOLS_H__ 4 5 #include <generated/vdso64-offsets.h> 6 #ifdef CONFIG_COMPAT 7 #include <generated/vdso32-offsets.h> 8 #endif 9 10 #define VDSO64_SYMBOL(tsk, name) ((tsk)->mm->c 11 #ifdef CONFIG_COMPAT 12 #define VDSO32_SYMBOL(tsk, name) ((tsk)->mm->c 13 #else 14 #define VDSO32_SYMBOL(tsk, name) (-1UL) 15 #endif 16 17 #endif /* __S390_VDSO_SYMBOLS_H__ */ 18
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.