/linux/arch/x86/kernel/ |
H A D | static_call.c | 114 static void __static_call_validate(u8 *insn, bool tail, bool tramp) in __static_call_validate() 157 void arch_static_call_transform(void *site, void *tramp, void *func, bool tail) in arch_static_call_transform() 175 noinstr void __static_call_update_early(void *tramp, void *func) in __static_call_update_early() 195 bool __static_call_fixup(void *tramp, u8 op, void *dest) in __static_call_fixup()
|
H A D | ftrace.c | 268 static inline void tramp_free(void *tramp) in tramp_free()
|
/linux/include/linux/ |
H A D | static_call.h | 177 s32 tramp; member 258 void __static_call_update(struct static_call_key *key, void *tramp, void *func) in __static_call_update() 337 void __static_call_update(struct static_call_key *key, void *tramp, void *func) in __static_call_update()
|
/linux/arch/microblaze/kernel/ |
H A D | signal.c | 48 unsigned long tramp[2]; /* signal trampoline */ member 54 unsigned long tramp[2]; /* signal trampoline */ member
|
/linux/arch/parisc/include/asm/ |
H A D | rt_sigframe.h | 6 unsigned int tramp[2]; /* holds original return address */ member
|
/linux/arch/powerpc/kernel/ |
H A D | signal_64.c | 61 unsigned int tramp[TRAMP_SIZE]; member 624 static long setup_trampoline(unsigned int syscall, unsigned int __user *tramp) in setup_trampoline()
|
H A D | signal_32.c | 743 unsigned long tramp; in handle_rt_signal32() local 843 unsigned long tramp; in handle_signal32() local
|
/linux/arch/parisc/kernel/ |
H A D | signal32.h | 40 unsigned int tramp[2]; /* holds original return address */ member
|
/linux/kernel/ |
H A D | static_call_inline.c | 134 void __static_call_update(struct static_call_key *key, void *tramp, void *func) in __static_call_update() argument 354 unsigned long tramp; tramp_key_lookup() local
|
/linux/arch/hexagon/kernel/ |
H A D | signal.c | 22 unsigned long tramp[2]; member
|
/linux/arch/loongarch/kernel/ |
H A D | module-sections.c | 108 Elf_Shdr *got_sec, *plt_sec, *plt_idx_sec, *tramp = NULL; in module_frob_arch_sections() local
|
/linux/arch/arm64/kernel/ |
H A D | module-plts.c | 286 Elf_Shdr *pltsec, *tramp = NULL; in module_frob_arch_sections() local
|
/linux/arch/x86/platform/efi/ |
H A D | efi_64.c | 181 unsigned long pfn, text, pf, rodata, tramp; in efi_setup_page_tables() local
|
/linux/tools/testing/selftests/bpf/test_kmods/ |
H A D | bpf_testmod.c | 1541 void **tramp; in bpf_testmod_init() local
|