Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/
H A Dcallthunks.c245 patch_call_sites(cs->call_start, cs->call_end, ct); in callthunks_setup()
253 .call_end = __call_sites_end, in callthunks_patch_builtin_calls()
H A Dmodule.c302 cs.call_end = (void *)calls->sh_addr + calls->sh_size; in module_finalize()
/linux-6.15/arch/x86/include/asm/
H A Dalternative.h103 s32 *call_start, *call_end; member