Searched refs:__EXPORT_SYMBOL (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/include/linux/ |
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)
|
/Linux-v5.10/include/asm-generic/ |
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)
|