Searched refs:__EXPORT_SYMBOL (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/include/linux/ |
H A D | export.h | 60 #define __EXPORT_SYMBOL(sym, license, ns) macro 64 #define __EXPORT_SYMBOL(sym, license, ns) __GENKSYMS_EXPORT_SYMBOL(sym) macro 68 #define __EXPORT_SYMBOL(sym, license, ns) \ macro 73 #define __EXPORT_SYMBOL(sym, license, ns) \ macro 81 #define _EXPORT_SYMBOL(sym, license) __EXPORT_SYMBOL(sym, license, __stringify(DEFAULT_SYMBOL_NAMESPACE)) 83 #define _EXPORT_SYMBOL(sym, license) __EXPORT_SYMBOL(sym, license, "") 88 #define EXPORT_SYMBOL_NS(sym, ns) __EXPORT_SYMBOL(sym, "", __stringify(ns)) 89 #define EXPORT_SYMBOL_NS_GPL(sym, ns) __EXPORT_SYMBOL(sym, "GPL", __stringify(ns))
|
H A D | pm.h | 379 __EXPORT_SYMBOL(name, license, ns); \
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | export.h | 119 #define __EXPORT_SYMBOL(sym, sec, ns) macro 135 #define __EXPORT_SYMBOL(sym, sec, ns) \ macro 147 #define __EXPORT_SYMBOL(sym, sec, ns) ___EXPORT_SYMBOL(sym, sec, ns) macro 153 #define _EXPORT_SYMBOL(sym, sec) __EXPORT_SYMBOL(sym, sec, __stringify(DEFAULT_SYMBOL_NAMESPACE)) 155 #define _EXPORT_SYMBOL(sym, sec) __EXPORT_SYMBOL(sym, sec, "") 161 #define EXPORT_SYMBOL_NS(sym, ns) __EXPORT_SYMBOL(sym, "", #ns) 162 #define EXPORT_SYMBOL_NS_GPL(sym, ns) __EXPORT_SYMBOL(sym, "_gpl", #ns)
|
/kernel/linux/linux-5.10/include/asm-generic/ |
H A D | export.h | 71 #define __EXPORT_SYMBOL(sym, val, sec) \ macro 82 #define __EXPORT_SYMBOL(sym, val, sec) ___EXPORT_SYMBOL sym, val, sec 86 __EXPORT_SYMBOL(name, KSYM_FUNC(name),) 88 __EXPORT_SYMBOL(name, KSYM_FUNC(name), _gpl) 90 __EXPORT_SYMBOL(name, name,) 92 __EXPORT_SYMBOL(name, name,_gpl)
|
Completed in 3 milliseconds