Searched refs:DECLARE_VVAR (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | vvar.h | 15 * that page; specify that offset with the DECLARE_VVAR macro. (If 27 #define DECLARE_VVAR(offset, type, name) \ macro 34 #define DECLARE_VVAR(offset, type, name) \ macro 49 /* DECLARE_VVAR(offset, type, name) */ 51 DECLARE_VVAR(128, struct vdso_data, _vdso_data) 53 #undef DECLARE_VVAR macro
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | vvar.h | 15 * that page; specify that offset with the DECLARE_VVAR macro. (If 27 #define DECLARE_VVAR(offset, type, name) \ macro 34 #define DECLARE_VVAR(offset, type, name) \ macro 49 /* DECLARE_VVAR(offset, type, name) */ 51 DECLARE_VVAR(128, struct vdso_data, _vdso_data) 53 #undef DECLARE_VVAR macro
|
Completed in 1 milliseconds