Searched defs:tramp (Results 1 – 13 of 13) sorted by relevance
/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() 196 bool __static_call_fixup(void *tramp, u8 op, void *dest) in __static_call_fixup()
|
H A D | uprobes.c | 362 unsigned long tramp = uprobe_get_trampoline_vaddr(); in trampoline_check_ip() local
|
/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() 354 unsigned long tramp; in 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/tools/testing/selftests/bpf/bpf_testmod/ |
H A D | bpf_testmod.c | 1429 void **tramp; in bpf_testmod_init() local
|