Symbol: STATIC_CALL_TRAMP
arch/x86/include/asm/static_call.h
72
typeof(&STATIC_CALL_TRAMP(name)) __F = (_func); \
arch/x86/include/asm/xen/hypercall.h
103
__stringify(call STATIC_CALL_TRAMP(xen_hypercall))
include/linux/livepatch_helpers.h
45
((typeof(STATIC_CALL_TRAMP(name))*)(STATIC_CALL_KEY(name).func))
include/linux/static_call.h
146
#define STATIC_CALL_TRAMP_ADDR(name) &STATIC_CALL_TRAMP(name)
include/linux/static_call.h
154
typeof(&STATIC_CALL_TRAMP(name)) __F = (func); \
include/linux/static_call.h
215
EXPORT_SYMBOL(STATIC_CALL_TRAMP(name))
include/linux/static_call.h
218
EXPORT_SYMBOL_GPL(STATIC_CALL_TRAMP(name))
include/linux/static_call.h
222
EXPORT_SYMBOL(STATIC_CALL_TRAMP(name)); \
include/linux/static_call.h
225
EXPORT_SYMBOL_GPL(STATIC_CALL_TRAMP(name)); \
include/linux/static_call.h
275
EXPORT_SYMBOL(STATIC_CALL_TRAMP(name))
include/linux/static_call.h
278
EXPORT_SYMBOL_GPL(STATIC_CALL_TRAMP(name))
include/linux/static_call.h
282
EXPORT_SYMBOL(STATIC_CALL_TRAMP(name))
include/linux/static_call.h
284
EXPORT_SYMBOL_GPL(STATIC_CALL_TRAMP(name))
include/linux/static_call.h
331
(typeof(STATIC_CALL_TRAMP(name))*)func; \
include/linux/static_call_types.h
101
((typeof(STATIC_CALL_TRAMP(name))*)(STATIC_CALL_KEY(name).func))
include/linux/static_call_types.h
19
#define STATIC_CALL_TRAMP_STR(name) __stringify(STATIC_CALL_TRAMP(name))
include/linux/static_call_types.h
41
extern typeof(func) STATIC_CALL_TRAMP(name);
include/linux/static_call_types.h
45
#define __raw_static_call(name) (&STATIC_CALL_TRAMP(name))
security/security.c
108
&STATIC_CALL_TRAMP(LSM_STATIC_CALL(NAME, NUM))
tools/include/linux/static_call_types.h
101
((typeof(STATIC_CALL_TRAMP(name))*)(STATIC_CALL_KEY(name).func))
tools/include/linux/static_call_types.h
19
#define STATIC_CALL_TRAMP_STR(name) __stringify(STATIC_CALL_TRAMP(name))
tools/include/linux/static_call_types.h
41
extern typeof(func) STATIC_CALL_TRAMP(name);
tools/include/linux/static_call_types.h
45
#define __raw_static_call(name) (&STATIC_CALL_TRAMP(name))