Home
last modified time | relevance | path

Searched refs:callthunk_sites (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/include/asm/
H A Dalternative.h108 struct callthunk_sites { struct
114 extern void callthunks_patch_module_calls(struct callthunk_sites *sites, argument
121 callthunks_patch_module_calls(struct callthunk_sites *sites, in callthunks_patch_module_calls()
/linux/arch/x86/kernel/
H A Dmodule.c299 struct callthunk_sites cs = {}; in module_finalize()