Home
last modified time | relevance | path

Searched refs:callthunks_patch_module_calls (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dalternative.h113 extern void callthunks_patch_module_calls(struct callthunk_sites *sites,
120 callthunks_patch_module_calls(struct callthunk_sites *sites, in callthunks_patch_module_calls() function
/openbmc/linux/arch/x86/kernel/
H A Dcallthunks.c328 void noinline callthunks_patch_module_calls(struct callthunk_sites *cs, in callthunks_patch_module_calls() function
H A Dmodule.c357 callthunks_patch_module_calls(&cs, me); in module_finalize()