Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Dalternative.h108 extern void callthunks_patch_module_calls(struct callthunk_sites *sites,
115 callthunks_patch_module_calls(struct callthunk_sites *sites, in callthunks_patch_module_calls() function
/linux-6.15/arch/x86/kernel/
H A Dcallthunks.c324 void noinline callthunks_patch_module_calls(struct callthunk_sites *cs, in callthunks_patch_module_calls() function
H A Dmodule.c304 callthunks_patch_module_calls(&cs, me); in module_finalize()