Searched refs:is_rethook_trampoline (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Drethook.h74 * is_rethook_trampoline() - Check whether the address is rethook trampoline
79 static inline bool is_rethook_trampoline(unsigned long addr) function
H A Dkprobes.h545 return is_rethook_trampoline(addr);
/linux-master/arch/s390/include/asm/
H A Dunwind.h52 if (is_rethook_trampoline(ip))
/linux-master/arch/x86/include/asm/
H A Dunwind.h111 if (is_rethook_trampoline(addr))

Completed in 203 milliseconds